Loading Tool

Explorer IconExplorer

Memory Pool

44,854 transactions
26.83 vMB
0.06645145 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt 9568d4b7fcdb36eade243738eb57df85eb7131f626164a9729c09ab4ea43496a
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 419575a100f9d515415bd9bbacec3aa411486576e67c4844f4302ac6b4d723f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,306
Size: 1.00 vMB
Total Fees: 0.01693070 BTC
Feerates: 100.36 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (790,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,901 123,901 00000000000052d89ad443e4d48d01f0f7fc0de58151378cf58d7f5e07e4eda8 27 0.01/1.00 vMB 0
123,900 123,900 00000000000062b727ecda27173017ac99303c6c7bfe84a57d16eba44e66d922 6 0.00/1.00 vMB 0
123,899 123,899 0000000000001342155f40a3f3e65de7559df7c95180ec16698e8d26af9737ab 18 0.01/1.00 vMB 586
123,898 123,898 0000000000002a62ed5536d0e37cecd1bc1cdfafad16e57489bbeb6f69812dda 41 0.01/1.00 vMB 2,604
123,897 123,897 00000000000030c3675aafbc7ac6f54833794e2d5b7ddaf7100336db15f1d788 37 0.01/1.00 vMB 726
123,896 123,896 000000000000131e7d0632b35311ea1dfc5081c59adc0816351f05d69f041a9f 11 0.00/1.00 vMB 315
123,895 123,895 0000000000002cc7f3db22fbef4a6223d55431a29ece69ca2788bde4355694ed 1 0.00/1.00 vMB 0
123,894 123,894 0000000000005797532ff5e163c45f30e1bba0a982d56fcbde4f41b0732fafe6 3 0.00/1.00 vMB 0
123,893 123,893 000000000000489eaddff1fd0e57f19ab149d0e8c600c1b029ca14f05b7589b2 14 0.01/1.00 vMB 918
123,892 123,892 000000000000084c93023c32670be6b42e2e7aee199b3b20c4dfc7ed4ff94629 39 0.02/1.00 vMB 1,047
123,891 123,891 000000000000172c481ed7b049066588b74ea76b5dfcf032d1fe199a3701a4fa 64 0.02/1.00 vMB 325
123,890 123,890 00000000000054fcb5451d3f23246a8f90d90eda562b717ed7e0ffc3499491b9 8 0.00/1.00 vMB 274
123,889 123,889 00000000000014bdbe388f46ed0ff35a5b62682a2c12c8b4ec5f75ea2d3a1afe 11 0.00/1.00 vMB 1,197
123,888 123,888 0000000000004622a93655be2fc0da3fc3f0771e8f974442d05efa85ea769239 2 0.00/1.00 vMB 0
123,887 123,887 0000000000000795cd868f52f4f28392fef125d2f8a567b5a6624b7d5fb3eadb 36 0.01/1.00 vMB 3,689
123,886 123,886 0000000000002bc9587de8e4faf4638a5a9bc408d751cfc1f45c9b9e26b1d36d 51 0.02/1.00 vMB 1,304
123,885 123,885 0000000000000f53b4cfae1cd2579a81ea7aebf054ccfe81cf63f5dc55bba231 1 0.00/1.00 vMB 0
123,884 123,884 0000000000004185fea60b1609fb3586ed504dd3042ece0387014032624ca952 5 0.00/1.00 vMB 1,605
123,883 123,883 0000000000000734e23e158bf32a7f2a6aa1fb14d0f6c49024a54292d6418af2 15 0.00/1.00 vMB 0
123,882 123,882 0000000000004e756a532d52bbd01091bb75ff7b89ccbaf31ab5ac8a5a40d6cc 7 0.00/1.00 vMB 487
123,881 123,881 000000000000300ad9382af648c0f11874835f18e5f566f768e99b07df30cceb 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 645.67 GB
    • Received: 12.76 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.