Loading Tool

Explorer IconExplorer

Memory Pool

32,373 transactions
25.04 vMB
0.05019189 BTC
Random Selection Loading Transactions
Max Size: 126.46/200 MB

Candidate Block

Mining Attempt 558b58399d7837a9f3f8b10b2719e337000d95f7d1846b28c4e09931da9a5a78
Version 20000000
Previous Block 00000000000000000000fcced78716f3937ddf6728d5c4389f66f810a621bd37
Merkle Root fd2a53168c05ea664f322163b67f1d3622c9db11ab5a6d476654f07b45c9eaf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,812
Size: 1.00 vMB
Total Fees: 0.00519751 BTC
Feerates: 100.21 > 0.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,685 (415,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,673 499,673 0000000000000000006a1f2318d6e5f3f6256dbab5566bc86d3a3649bb240484 1,963 1.00/1.00 vMB 212
499,672 499,672 0000000000000000004677ee15f37c2186666c666b98760dc48ec2aefafb9760 1,582 1.00/1.00 vMB 174
499,671 499,671 00000000000000000055bd249bfb282fe2da358015f8a151656d38ce5dff2f14 2,144 1.00/1.00 vMB 264
499,670 499,670 0000000000000000004591a8b3f5c4a16eb91da339dfa094ad4fc23665493b88 1,439 1.00/1.00 vMB 188
499,669 499,669 00000000000000000020b1be4738fec9199d7ccb522b608166fc5d3ab7574113 2,282 1.00/1.00 vMB 225
499,668 499,668 0000000000000000008b9b73301dbe5f244c9c18fe711e27c1310e25b9b65ece 2,741 1.00/1.00 vMB 389
499,667 499,667 000000000000000000793afe359f4f7bd5cc6b1afb18afd9e8a0759b0342745f 2,227 1.00/1.00 vMB 447
499,666 499,666 0000000000000000003d54f4afd7c584ad401e726f73a99ddb713ef87fc6f5aa 2,440 1.00/1.00 vMB 264
499,665 499,665 000000000000000000545a109b7630c2e3b5f5decb6d2cbebf61b7867ab05836 2,643 1.00/1.00 vMB 329
499,664 499,664 0000000000000000007891de6b4340904e64148310c985862d8a9962b56e809e 2,636 1.00/1.00 vMB 369
499,663 499,663 000000000000000000a8d99652a34106c278e35493428792cf3b07d42145a15a 2,685 1.00/1.00 vMB 364
499,662 499,662 00000000000000000013a481358383c1af24facdfcf1772cce64b3207b988d71 1,251 1.00/1.00 vMB 116
499,661 499,661 000000000000000000893789cbb172de2b19bc6735d9395813d84c7ff409a72b 2,242 1.00/1.00 vMB 291
499,660 499,660 0000000000000000009fd25eaf6245cd8a0a8869bbe28145f39e4de14dd62825 1,660 1.00/1.00 vMB 173
499,659 499,659 0000000000000000005bd3de0386b9c24f92e363a04da33b6b6ac7450997f4aa 3,057 1.00/1.00 vMB 421
499,658 499,658 0000000000000000005ad979367405af6ad75465a8900089cb3bd7b53ff4dc9d 1,908 1.00/1.00 vMB 211
499,657 499,657 0000000000000000001a98320ee19986cfb19f30bb1d1deb0cfc21ed9fa3c7ae 2,302 1.00/1.00 vMB 224
499,656 499,656 000000000000000000102d751e4c7e2de8f12e04cd4b44fe8179d492b29ea0e2 2,304 1.00/1.00 vMB 275
499,655 499,655 00000000000000000087cec98103a704a4594831e8173fa3c916b3c537456ab7 2,666 1.00/1.00 vMB 403
499,654 499,654 000000000000000000ae0edf99df2db7e05a0f18e3e5a3e0dfc67013dadc526f 2,016 1.00/1.00 vMB 454
499,653 499,653 000000000000000000acce35f2b4ba5256f016da6024abb09ad60b6dcbd0ed83 2,461 1.00/1.00 vMB 420
Previous 10 blocks ↓
Total Size: 781.83 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: 637.08 GB
    • Received: 12.40 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.