Loading Tool

Explorer IconExplorer

Memory Pool

81,584 transactions
31.01 vMB
0.10362449 BTC
Random Selection Loading Transactions
Max Size: 188.35/200 MB

Candidate Block

Mining Attempt 7d5b03c713d4181fe6edd5445af8110d4b52599b26e15f02262bd64112bc26c6
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 00576038a50bd3acde2336c1f46a09d5e741ab1cf8bfb48b94c178b7905c302b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,383
Size: 1.00 vMB
Total Fees: 0.03017910 BTC
Feerates: 200.00 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (429,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,108 486,108 000000000000000000b50276b91e947b5e11610983273d55aba46bf7f195a650 820 0.33/1.00 vMB 147
486,107 486,107 0000000000000000001b1c85ff8f1a69dcf8d6bc6b6d6caa3e6a25bc238e0c37 2,335 1.00/1.00 vMB 58
486,106 486,106 000000000000000000266567a4e633db8ab7c88e9d86f043333e10c348e4cbf7 2,353 1.00/1.00 vMB 90
486,105 486,105 000000000000000000941de1c3de2de8c3347b3b77e8ae8c852eb42ea3e1dbe5 1,805 1.00/1.00 vMB 144
486,104 486,104 0000000000000000002c4317155afc058798dca02566f195521b8788b7c409d7 2,332 1.00/1.00 vMB 147
486,103 486,103 0000000000000000004b1a1bdca681c736b54bd33b29916ed85a8f41236feae0 2,376 1.00/1.00 vMB 179
486,102 486,102 000000000000000000c9d19460e87505ac5f494cb634fed16860b6d1f4ac36f6 268 0.53/1.00 vMB 6
486,101 486,101 0000000000000000004212caf0f00561255b83fe7b70725001eefeda0b3319d2 113 0.22/1.00 vMB 8
486,100 486,100 0000000000000000005a3f5ff64ba585ed2af2309de7c0bf19e07f3d1a4d029c 954 1.00/1.00 vMB 32
486,099 486,099 0000000000000000001ee76411190ab419e7046cf55515c5e8daf54474638640 1,845 1.00/1.00 vMB 108
486,098 486,098 000000000000000000279dfbfe7cc693beb46a4bfc9ce6d85786a333ef780cc9 219 1.00/1.00 vMB 6
486,097 486,097 000000000000000000c31e8c8fcdf096773ad5150259de3d296715195f18df5d 2,322 1.00/1.00 vMB 126
486,096 486,096 000000000000000000009d2bce9786e0b32da57afff3984f4957ef4a0747e1a4 918 1.00/1.00 vMB 60
486,095 486,095 0000000000000000008577ca83560368198d21c55f4935c81c64afa7eb3b1a1b 529 0.99/1.00 vMB 21
486,094 486,094 00000000000000000014e334ec25456b9086a5b3af7485605467e6d4444b8f9f 2,261 0.97/1.00 vMB 64
486,093 486,093 0000000000000000004639d35a4061d5171f970b2d0d3c95f483b610a477eac1 1,666 1.00/1.00 vMB 155
486,092 486,092 000000000000000000110095f54a83e7b7fcd9f0a9f2e6252b006502ee693cd2 1 0.00/1.00 vMB 0
486,091 486,091 00000000000000000096a0cd4b2201f48c6ff139a1cbceae5696855e9f92e739 2,361 1.00/1.00 vMB 161
486,090 486,090 0000000000000000007195e34c943eb92d224423f66cbb280374c990d0f4c5b3 1,502 1.00/1.00 vMB 72
486,089 486,089 000000000000000000fdabfc7784a62d5bb90a0100d321b00064127abcc61a44 995 1.00/1.00 vMB 49
486,088 486,088 0000000000000000009f67033681c8f1c9103175c0beecca66ce87b951b70eac 953 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 783.04 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: 719.79 GB
    • Received: 18.14 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.