Loading Tool

Explorer IconExplorer

Memory Pool

88,872 transactions
33.71 vMB
0.14386916 BTC
Random Selection Loading Transactions
Max Size: 199.80/200 MB

Candidate Block

Mining Attempt c0d1816a660a67f914ad7950c44fb27995e5bb9613f04fd09c6228cdeb4b1b00
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4d2abaec3029ebc28188389bd9c8572dfd876735c95be9cbe2860f08ea5e2b79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.05834780 BTC
Feerates: 469.97 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (560,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,124 354,124 000000000000000013dfb051c5f554c49e6c4147994ea3c31c632c7ddd7daf54 1,121 0.75/1.00 vMB 22
354,123 354,123 00000000000000000100f414eea01e1208b9377d58fb09633cfc3a1d54625412 2,657 0.90/1.00 vMB 37
354,122 354,122 0000000000000000004466e55f53c5f43484cefcaaa42765c1db19b25c8d6ddf 940 0.25/1.00 vMB 60
354,121 354,121 000000000000000006b524a92d3588d36a038a9017c47f58c5a74d48a5aa00da 1,678 1.00/1.00 vMB 17
354,120 354,120 00000000000000000834d8a0585c756db5cd5b508c5c5d1c8abb40b0929db260 2,137 1.00/1.00 vMB 34
354,119 354,119 0000000000000000144ed031f9ebbba7705626d09f1ce5a9778c1422b4c3a12b 512 0.15/1.00 vMB 59
354,118 354,118 000000000000000005893741bf15e28dd0316eb61141fef77d0585fba1a5ff66 1,630 0.75/1.00 vMB 29
354,117 354,117 00000000000000000bf21690ad467424aaa2951979ed0d9f249ac448c0290311 509 0.75/1.00 vMB 14
354,116 354,116 00000000000000000f92bf9c484023baec4085b97d5c41ddd62fc7adb3b8e093 1,437 1.00/1.00 vMB 21
354,115 354,115 00000000000000000ef3e29900c64053fa535c7d330ec70cd4ecf0f4038f441f 718 0.75/1.00 vMB 20
354,114 354,114 000000000000000000fe97e1d67f27c85e66ce02b7bfd069fa2f2b8e485a6a40 2,377 1.00/1.00 vMB 29
354,113 354,113 0000000000000000103b8f9c45dff146898a18f1b4a194c263c99b70a8508800 2,724 0.75/1.00 vMB 53
354,112 354,112 000000000000000012610a8881bd4e8a606d2160bbb54388d7a4bc495b43da98 1,016 0.35/1.00 vMB 48
354,111 354,111 00000000000000000b1b86c3fd4a7076b4a45093fd57522c8b059cd8a2bd84c0 2,570 0.75/1.00 vMB 46
354,110 354,110 000000000000000011488c933ae5aea4eb836f069eb96d661251f69068d00551 1,597 0.75/1.00 vMB 32
354,109 354,109 00000000000000001084a6c379acecf45972184f665e8b43704476d94ea402ae 788 0.52/1.00 vMB 22
354,108 354,108 000000000000000005c7a416a480d6f890bb25a6228a73412f6ad85439fbc0c4 804 0.46/1.00 vMB 24
354,107 354,107 000000000000000002dd0db2132e68df676281fde0e5811b57328fda8f2261b0 1 0.00/1.00 vMB 0
354,106 354,106 000000000000000015aba139e48f1b3b5f19671beedcee6df6faa48dc23cf077 847 0.37/1.00 vMB 29
354,105 354,105 000000000000000007a8b5be69640ccd41c6c40b6534ca1af37b0a0d088d4e10 421 0.21/1.00 vMB 25
354,104 354,104 00000000000000001653fb7cc506f88320491cfa35d047448c3bd920959e5d5d 62 0.03/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.30 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: 658.02 GB
    • Received: 14.56 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.