Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.74 vMB
0.11131191 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt a3b0573a1d89777f4bd44b306edbb5b33fcf052f8737e7f5ff8a18fe5368cb89
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root c956add73a32a9b22ef459f6254e4333080d243a82b76a163d6aaea8a2673beb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.02729414 BTC
Feerates: 150.74 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (107,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,461 807,461 000000000000000000038b5be2059084ef62e63a4c942af54a702379491e6e5f 3,545 1.00/1.00 vMB 17
807,460 807,460 0000000000000000000298afba90b241a0c32d63570ce7279ddefa0dfaa62836 3,499 1.00/1.00 vMB 21
807,459 807,459 000000000000000000034ec555b2b82e5aeb6771b38621736d80b45cbdec976b 1,485 1.00/1.00 vMB 14
807,458 807,458 0000000000000000000075912c672e59b778617a4b7f2c73336f1b956eaafe1f 2,481 1.00/1.00 vMB 23
807,457 807,457 000000000000000000044901c1e83648e3cdec8d2ef61bc626b067737773f073 4,123 1.00/1.00 vMB 25
807,456 807,456 00000000000000000002f7f86be802e0e871f51f006c0c9a141b4319b92be267 2,564 1.00/1.00 vMB 34
807,455 807,455 000000000000000000023ee56dc16fdf7ab3b06e38c9dbd9fd0c2c393c4a8a15 1,888 1.00/1.00 vMB 33
807,454 807,454 00000000000000000002731fced25abed020e00fcb500d9b2b8e8f58bbb82aeb 6,022 1.00/1.00 vMB 16
807,453 807,453 00000000000000000004759b075c9b0625dc531d11fd274ac9cf6f5d1a31f779 2,802 1.00/1.00 vMB 16
807,452 807,452 0000000000000000000076d6ba131ea8181fccd09f3452f07d321c8e4f4b2259 2,509 1.00/1.00 vMB 23
807,451 807,451 00000000000000000004f73bfa73175ea5412ca46040df9bea6396a71675849c 3,222 1.00/1.00 vMB 30
807,450 807,450 00000000000000000001a4836d61f963e010bda17493e7f657b63d292c81e1e8 2,439 1.00/1.00 vMB 16
807,449 807,449 000000000000000000040c94636d6355e9a891f28006060ca115cc49a7bcfd0d 2,212 1.00/1.00 vMB 22
807,448 807,448 00000000000000000004e9e24bb7b678db9d4510f68ee931ba36b612d7c05f6e 2,781 1.00/1.00 vMB 24
807,447 807,447 0000000000000000000495bac1909a2410cabfb506c25e080d81d6e302595158 3,510 1.00/1.00 vMB 35
807,446 807,446 000000000000000000010b94a8ba69e15cc31561eebffbdebd2b014a5fb21b49 5,183 1.00/1.00 vMB 13
807,445 807,445 00000000000000000001acec981110faad457f22c2dac7452e94fdcc60abe873 3,145 1.00/1.00 vMB 27
807,444 807,444 000000000000000000040fb84e95d14e41f645924599486e61b0986e2fe3939a 2,726 1.00/1.00 vMB 26
807,443 807,443 000000000000000000005bb2b94545a5d9040bac3f3b76df366f655f1e092ff1 2,419 1.00/1.00 vMB 24
807,442 807,442 00000000000000000000e61d65059973b02405541b4e43db4086bd79390ad4bc 5,100 1.00/1.00 vMB 16
807,441 807,441 000000000000000000045b0bd46c84ef1ea3c7b8895ee5f24126c4abdaf12ac4 1,874 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.