Loading Tool

Explorer IconExplorer

Memory Pool

36,657 transactions
8.60 vMB
0.10118605 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.96/200 MB

Candidate Block

Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.04511147 BTC
Avg Feerate: 2.40 sats/vbyte
Mining Attempt 7d871f5a06ba5f5d30a5cdf71cbf41cf8f47071a5edf5b9307c839e8fae459c9
Version 20000000
Previous Block 00000000000000000000e8d429110769f0a80e149b10978f19f1b0d482d93c50
Merkle Root 66cc0dd6ac580350a2efc47cc7bcd285f3e3fe1ae9a0919c45a2b97ef5cec3a4
Time
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,760 (898,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,057 14,057 000000008886a0974f95afa40ed5014f1a23428bc74fbcdc5b6dbb486702541a 0.00 MB 1 0
14,056 14,056 000000003cd51aa33be4d2e32dcb0f20f4a12e3124bd423735afeefb2ec4f857 0.00 MB 1 0
14,055 14,055 0000000095ea92ab766b29d8f6f49d6c4e0004b010c584d53da1d2e5ca525a35 0.00 MB 1 0
14,054 14,054 00000000ede76f3901b25a1e6fd517b5a74b073e85e0b7047e8977bbe4a35f2b 0.00 MB 1 0
14,053 14,053 0000000027550d743450e9650bfe31a848f24b6c1a5f22bd91567ee88e8459b3 0.00 MB 1 0
14,052 14,052 00000000d24b60db4f2eb8010d6ba9b469520ed68f97f88d4a72252124ffdf1c 0.00 MB 1 0
14,051 14,051 000000006a8665db59f5e16311899b817c8c5bea4442cdb8ca68bf0cb450dba5 0.00 MB 1 0
14,050 14,050 000000000cd1399a0fad345765910e8a21a57bc79de941e90544cc55cdbf645c 0.00 MB 1 0
14,049 14,049 0000000048aa2cde7f0f6b066e944c4159db5c3e14ce79fe4261a0f7b6c99601 0.00 MB 1 0
14,048 14,048 00000000c3623e3a5e78762f3b415cd6e95d0ac4c014d7c048ce2544eb5d95b1 0.00 MB 1 0
14,047 14,047 00000000471c4f90948085431d21bb57caad264ac260cfef724ecf1ce7f5d01f 0.00 MB 2 28,571
14,046 14,046 00000000fd3407a46434690daa578a7076308f554f291a548d0197275ec300cf 0.00 MB 1 0
14,045 14,045 000000006bb17c319855e62808951d1a436895dfc7277ee25cd60e2c7e690263 0.00 MB 1 0
14,044 14,044 00000000dc765b2bb582b44d67eedcd74deb48336f7770cc8acef8345086254f 0.00 MB 1 0
14,043 14,043 00000000cf882c6f97751228c1b4dcde55c6c187d7ff28d8a6069f3e9fb3c55d 0.00 MB 1 0
14,042 14,042 00000000c6239c05d79295e8378ff784476a92397a16a30fb987ff22565723a8 0.00 MB 1 0
14,041 14,041 00000000bc5c34a215e18d55ee2e194a52133664bd4073a02d9e9c54b21ed36e 0.00 MB 1 0
14,040 14,040 00000000c8f86e64fbc2a4642e89feaf7e6002c67750f242a7eb8c58ec0d67e6 0.00 MB 1 0
14,039 14,039 00000000256b574f4f222795d9d198c03317515385a7b448f182a44ed4ebcfda 0.00 MB 1 0
14,038 14,038 000000001ee3392a6b6ba0bf2480a0f6bf9cdaaefa331bc0dfb243523af41a44 0.00 MB 1 0
14,037 14,037 000000008c544709f7b878e0ef04159c03d6b67bc2372309a9fddd5c9edadcd2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 145.38 GB
    • Received: 1.54 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.