Loading Tool

Explorer IconExplorer

Memory Pool

44,891 transactions
27.44 vMB
0.07015378 BTC
Random Selection Loading Transactions
Max Size: 145.00/200 MB

Candidate Block

Mining Attempt 9e4219d7092770eef0429eefa7fee24eb0d08d1e8e2cf406eba9bb7697434d7c
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 92c4be115231467d899dd92b82c5150d2471c3bb3cf43e222869da46298d85c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,670
Size: 1.00 vMB
Total Fees: 0.01872468 BTC
Feerates: 502.65 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (351,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,534 563,534 0000000000000000002dc4768c72272f1c78a8629268c1c2c7ecb5c203241fa9 2,785 1.00/1.00 vMB 15
563,533 563,533 0000000000000000000874d023df4139ffb29d25bb0919f889dc2420cbfa3ded 2,916 1.00/1.00 vMB 16
563,532 563,532 0000000000000000002122ba9e2c37473a4fa3298424e0404f354c1e137f7a3a 2,883 1.00/1.00 vMB 19
563,531 563,531 0000000000000000001e2842264d85043e82163d14baeaf10ddd8074b8cd341d 1,524 0.78/1.00 vMB 12
563,530 563,530 0000000000000000002d82fa8eddc13d84035d59925ee156326608e5ab1ee3f0 3,034 1.00/1.00 vMB 13
563,529 563,529 00000000000000000009574e532c299c8b734d0045dc67a1650d8675c4aeb203 2,934 1.00/1.00 vMB 21
563,528 563,528 00000000000000000017b827a47c4773af6f6624f0509a33fe9066542aca7806 1,330 0.41/1.00 vMB 9
563,527 563,527 00000000000000000023de9e07c8a5a40fa85295f837afbde963a4b1c36315aa 2,942 1.00/1.00 vMB 14
563,526 563,526 000000000000000000009462d49ffd888ba04f820b4292f5c760556f7c5338b7 3,148 1.00/1.00 vMB 12
563,525 563,525 00000000000000000009a134536102f4b422f7f0b490670d6cbf78e4f1401f1f 2,449 0.80/1.00 vMB 7
563,524 563,524 00000000000000000018f583c5b45251e44c8f061e0c7959a215bb6fc968dbc1 1,821 1.00/1.00 vMB 17
563,523 563,523 00000000000000000022cb054ec9611082025462c328137d48eed11671b8ed79 2,480 1.00/1.00 vMB 13
563,522 563,522 0000000000000000000a0bbf03268323a4e2b84ab6b8569a247264812c947f78 2,982 0.95/1.00 vMB 13
563,521 563,521 0000000000000000002bf5e6381c98aaca68d1c55b27bd3b44414330053ac66f 2,098 0.75/1.00 vMB 12
563,520 563,520 0000000000000000000542d832d303cfcb64776c310736bf2e4a2e10bbde3a31 1,113 0.44/1.00 vMB 17
563,519 563,519 00000000000000000004c1b92f05b35c070e6e49510ec44226fd597b2648877e 1,472 0.59/1.00 vMB 8
563,518 563,518 0000000000000000002aa2f297101c172d0da335389f10a27ea0b97f6d21dd5f 75 0.02/1.00 vMB 3
563,517 563,517 0000000000000000002bf803b9bcb66cd6e090e66fcb15704238d03ab7a31110 2,278 0.68/1.00 vMB 12
563,516 563,516 00000000000000000025f7e9d4113a09167d83027962a9000e1eb9a3e311f818 2,728 0.89/1.00 vMB 13
563,515 563,515 0000000000000000001cc6d6ae9a6ce715bd8fd5f36c8667d56caa38e142ed0c 1,606 0.55/1.00 vMB 23
563,514 563,514 0000000000000000000445de7e183326879e22bfb9b9aa39cbf9777a3ae533aa 2,779 0.86/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.24 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: 655.24 GB
    • Received: 14.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.