Loading Tool

Explorer IconExplorer

Memory Pool

47,282 transactions
28.42 vMB
0.11252622 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt 8c0b64753c6e01351b8573d92de45586a0a9c2191b52707d6be7176d242eceee
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 2844341035771ba13c6595f0ab8beba3d78b773c4bd4d0caceb487904aea5337
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.04560100 BTC
Feerates: 150.77 > 4.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (250,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,132 664,132 000000000000000000093f4e63439f16ee033b7e73ec4edb365058d0bdd55bad 744 1.00/1.00 vMB 20
664,131 664,131 0000000000000000000a2c77d6d76818cb2a1f1f3f748966544948db3a5255bf 1,948 1.00/1.00 vMB 12
664,130 664,130 000000000000000000033ecd9b3c20acd8734903bc417107323aa3cf02a9a5ab 2,013 1.00/1.00 vMB 28
664,129 664,129 0000000000000000000141cf84d7d6e08d1693b14bc9b7e2d3d64901e303babf 2,396 1.00/1.00 vMB 12
664,128 664,128 0000000000000000000423cde1d36bc1e0f139620e9772ced57afbf5cfee1175 1,336 1.00/1.00 vMB 56
664,127 664,127 000000000000000000019310a74c6e19a4f7a04f0b3b8ed6f57712e99ca70aed 2,637 1.00/1.00 vMB 73
664,126 664,126 0000000000000000000917a3a617c49ad02b5de54ea0a31d0048d58ac1472d3c 2,013 1.00/1.00 vMB 22
664,125 664,125 00000000000000000007693719564538a29f43f8fc028844c301d1e8e0735dcd 2,240 1.00/1.00 vMB 28
664,124 664,124 00000000000000000005c36e9450aaf8e507f41e323294af46aec15300ae863f 438 1.00/1.00 vMB 3
664,123 664,123 00000000000000000007a9487cc812bbaad7c99c59a1756a1b4936f1a9904132 2,136 1.00/1.00 vMB 29
664,122 664,122 00000000000000000005bc19f091465f246ccf75430e56a32a1b11e724d04993 1,691 1.00/1.00 vMB 24
664,121 664,121 0000000000000000000c718430134c26f9a32aab26e45a8fd14c6d31db19f40a 986 1.00/1.00 vMB 15
664,120 664,120 0000000000000000000e3545f12cc6ec66b67c0a48b5ba1e4dbb1e4ceb19f32b 140 1.00/1.00 vMB 1
664,119 664,119 0000000000000000000a336bcc862bb1960900b5e6253ba6b3035dd8f9dba653 2,367 1.00/1.00 vMB 24
664,118 664,118 0000000000000000000e919996e2ae88f9dfed12f6189e3003e1057e23f37749 414 1.00/1.00 vMB 6
664,117 664,117 000000000000000000069e0a80cd0b334a9c4ebc038eb8bac9e845f2f714b146 537 1.00/1.00 vMB 7
664,116 664,116 0000000000000000000eb698590a93c035a2b94cb6229f934cd844ed138d64bd 460 1.00/1.00 vMB 5
664,115 664,115 0000000000000000000c60dec0936bdda5ac9b1e5eb8aba51cb02e893cecb544 1,554 1.00/1.00 vMB 22
664,114 664,114 00000000000000000001f60e2040562045e20239024550e32ad1a1eb59705f87 88 1.00/1.00 vMB 1
664,113 664,113 00000000000000000001955c567401141f0dab6b496969a13c5669a524e531d3 895 1.00/1.00 vMB 12
664,112 664,112 0000000000000000000121c35fec289a5a235e01e8485de393c7966dbce79d04 1,371 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.