Loading Tool

Explorer IconExplorer

Memory Pool

79,302 transactions
30.10 vMB
0.12608431 BTC
Random Selection Loading Transactions
Max Size: 180.58/200 MB

Candidate Block

Mining Attempt 48f04d004eb5e862b7de654560ca9a0021cccaea3aaeab7868ca802b39680a9a
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 7b54d3fafea77cd5fc93dfbef27185d13b84e6f4c42de1f7350b63d61c7de37f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.03941305 BTC
Feerates: 673.02 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (250,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,416 664,416 00000000000000000005e9f071ece575527147a1ce86e04f45acf727918a8672 3,285 1.00/1.00 vMB 106
664,415 664,415 0000000000000000000db69430220562452ef1badb2e93dcc163fcc46304e2e3 2,288 1.00/1.00 vMB 22
664,414 664,414 0000000000000000000044c13247c41917dc571ae66815a41c2595e8b66fa645 2,360 1.00/1.00 vMB 45
664,413 664,413 0000000000000000000308a0ac9a0761b63236c6fec220d7e816adba62fc4906 2,210 1.00/1.00 vMB 38
664,412 664,412 0000000000000000000b27cabfd80858e263223154143bfa2d56d91bab476d7e 1,864 1.00/1.00 vMB 47
664,411 664,411 0000000000000000000db3e61c33a4a3e9a17fe4574386111b4e6ab87e2821ec 1,597 1.00/1.00 vMB 71
664,410 664,410 0000000000000000000617475f39a30af9ee3ef29cbd1ce931519a1d4457cf26 2,082 1.00/1.00 vMB 54
664,409 664,409 0000000000000000000541b246c31fcff64345e6d194fbf0616b04af1b0d3b03 2,665 1.00/1.00 vMB 80
664,408 664,408 00000000000000000006f8707eff3c5e8d7219fd7d91ddc8ce8373ce6ec1a7c8 2,266 1.00/1.00 vMB 84
664,407 664,407 000000000000000000038b7c3e905612e232c43baab91cdfcc456dc5cba2358b 1,835 1.00/1.00 vMB 64
664,406 664,406 0000000000000000000e19838b5c9867edb0df7c04e0af4d29f7b84480df2556 2,826 1.00/1.00 vMB 89
664,405 664,405 0000000000000000000c26837da52294f71f9cca3c930dc3d33830ca438f3628 2,739 1.00/1.00 vMB 100
664,404 664,404 00000000000000000005ab5b47742bf10a742c3424eb7b6f2fa2e52bb23d23a9 2,265 1.00/1.00 vMB 39
664,403 664,403 00000000000000000007696f22d0301cc00e552b7de4609d1d22e75525d96edb 454 1.00/1.00 vMB 4
664,402 664,402 00000000000000000006ccc17c097da13a8c08f645ce2ca5f71cad6681c7108e 1,395 1.00/1.00 vMB 23
664,401 664,401 0000000000000000000b3782d76d16668a33faae9771b4ad27ce330ddc4ca0f4 2,117 1.00/1.00 vMB 73
664,400 664,400 00000000000000000002f396a09350184d4988853d2831702dcb9a899493438a 508 1.00/1.00 vMB 1
664,399 664,399 0000000000000000000a454db53098a5b524edf590384144eed3808b705660bb 755 1.00/1.00 vMB 2
664,398 664,398 0000000000000000000ed7ba4209401eac1f4c678de8637ae7e1b6f9c8f5e3f0 1,374 1.00/1.00 vMB 25
664,397 664,397 0000000000000000000a778b7569067f21df7daee92ac5b0aa968ba5230c328a 1,104 1.00/1.00 vMB 24
664,396 664,396 0000000000000000000052c46ab414edb5728fe31f4e2a9b9b61d14286894beb 890 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.