Loading Tool

Explorer IconExplorer

Memory Pool

42,260 transactions
26.91 vMB
0.06940653 BTC
Random Selection Loading Transactions
Max Size: 140.77/200 MB

Candidate Block

Mining Attempt c310444134534a5c9520da15a7f0480742062c252a0a68466d623681c529754d
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 41fd957f24ef93edeaa151294c01c5cd0f474b165ab77d06acdae79581395911
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,147
Size: 1.00 vMB
Total Fees: 0.01945906 BTC
Feerates: 130.68 > 1.95 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (407,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,466 507,466 0000000000000000005e7693d8d0c8e7cc48f6b203bfead1dd442dadb2e8b8e7 2,055 1.00/1.00 vMB 153
507,465 507,465 0000000000000000003f9834f6a0aa84c3839a3436fb80b28ae92eebf3531d2a 721 1.00/1.00 vMB 36
507,464 507,464 0000000000000000001f6eb1af891bedc2e8a281c2873cdfe3ffd68b154505c7 1,547 1.00/1.00 vMB 95
507,463 507,463 0000000000000000001ab00742861a15024501f9a4687d09395d3cebe4d30c92 816 1.00/1.00 vMB 46
507,462 507,462 0000000000000000005eaf66db0b8a018ed67d98f36524eff8951573491a08c2 65 1.00/1.00 vMB 2
507,461 507,461 000000000000000000016c48cd172e7cc6e057bee149d7226d72cba66657747e 1,454 1.00/1.00 vMB 104
507,460 507,460 000000000000000000219e68e8ac39ecde0a3417c4ea00e341dd2a8d52a34709 594 1.00/1.00 vMB 29
507,459 507,459 0000000000000000005eadbd6c4d970f16d98815f31e00e16d6d6a51294d9f4a 1,986 1.00/1.00 vMB 130
507,458 507,458 000000000000000000246b77adaa423c3eea10919a9314cde0aeba41d38e3c73 279 0.08/1.00 vMB 158
507,457 507,457 0000000000000000006476cbb5a21f929bd22b93fd7a2ea735f3554932d2e146 481 0.23/1.00 vMB 137
507,456 507,456 00000000000000000068dbdc58706ff5c6a8d7e8fd28f9c4e668f8f84ab685bb 1,381 0.74/1.00 vMB 112
507,455 507,455 0000000000000000002ff5777ba7c251bb0bf1ec12d88b74dc3e7bd5a89196a5 609 1.00/1.00 vMB 40
507,454 507,454 000000000000000000483f081f5ed0c94653902e635e2ea87e3d6a5a4b0a4036 94 1.00/1.00 vMB 4
507,453 507,453 00000000000000000018eeb169c2514fd6db88a9a9b62a1d9dbebf9da033de38 1,480 1.00/1.00 vMB 96
507,452 507,452 0000000000000000001e680336ec3ae0aa0f8c1619f749977fd1c514d3f6d8a6 996 1.00/1.00 vMB 66
507,451 507,451 0000000000000000006199872c918618d86f5d885604ebd66256dc580dea3f75 1,017 0.59/1.00 vMB 145
507,450 507,450 00000000000000000026bcfdb9750b6953dbc33323c68c8d78cbe98c7dc7ecc2 663 1.00/1.00 vMB 50
507,449 507,449 00000000000000000008a69a6175be7299a549b0f56e0fc56374d9293b6feca1 1,437 1.00/1.00 vMB 52
507,448 507,448 00000000000000000015dc4402a13ccf575c8c1d3d4e300dd7c251a9a256bb8c 2,278 1.00/1.00 vMB 72
507,447 507,447 0000000000000000001dcf208fea1beb31e8ce0422ad2e561eb372316b1f6804 705 1.00/1.00 vMB 56
507,446 507,446 000000000000000000171f1beb304ddfe191f9051e447feb952a3f6698338fb4 2,197 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.70 GB
    • Received: 14.16 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.