Loading Tool

Explorer IconExplorer

Memory Pool

75,035 transactions
27.68 vMB
0.07467887 BTC
Random Selection Loading Transactions
Max Size: 168.91/200 MB

Candidate Block

Mining Attempt 57892ae046a0bd8226c96758eedf40f02e37e3185fc83f1c11a546c01f026b58
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1f2dde7bae6f3125e6de7da8e190c008c6b1cb50a6220e2a01cd51fbb802a200
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01496127 BTC
Feerates: 80.55 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (305,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,237 610,237 0000000000000000001083a4f5159a5180985f1b636f45b57e398b56b7a5f5d6 621 0.18/1.00 vMB 9
610,236 610,236 0000000000000000000c2bf754e540fa236601c47848df27a24b9450e27459ae 489 0.12/1.00 vMB 17
610,235 610,235 00000000000000000005d8ab1c903fe48841ed88ee87554159c52e48ff0d9288 1,018 0.27/1.00 vMB 10
610,234 610,234 0000000000000000000f8fa7f5c2228138b2a272d0800c6c31d1ed0010f8cbcb 1,044 0.29/1.00 vMB 10
610,233 610,233 000000000000000000042365ca8028260863de011f6a10e56e6b85f5afc2ce86 811 0.20/1.00 vMB 16
610,232 610,232 00000000000000000011d3553ce60a5bef7c3a655507082e07bbcab7b7e60d80 1,273 0.35/1.00 vMB 7
610,231 610,231 0000000000000000000c228f85d1800d486aa91a91a63c4f098f0b7b511d3879 3,435 1.00/1.00 vMB 11
610,230 610,230 0000000000000000000d920b5bdbcf1d5e738206199bcf36d376a9454856c012 1,641 0.42/1.00 vMB 9
610,229 610,229 0000000000000000000b5ce8bf6e09728af4546e8d6d84e1affd3e516bb13d0f 1,920 0.52/1.00 vMB 12
610,228 610,228 00000000000000000012a8f432affe5c19084b34b7fc3ffaa3b471f1e1d30e32 526 0.17/1.00 vMB 20
610,227 610,227 000000000000000000069140132167f34c4d9707febe115affe77deaeef0c824 954 0.29/1.00 vMB 9
610,226 610,226 000000000000000000015b6914bf184ac70bc7b374ac3dd83f4df78f9d67619f 2,081 0.72/1.00 vMB 5
610,225 610,225 00000000000000000011cc7ee5715ef610209de072451be7673935961fc6fc54 3,196 1.00/1.00 vMB 16
610,224 610,224 0000000000000000000685e6df3e31e2f354a3b061b0bd623481b9bd2d625832 3,681 1.00/1.00 vMB 11
610,223 610,223 00000000000000000008d18b5f9c292cd47af40486e68b76583ccc985945d2ef 695 0.18/1.00 vMB 14
610,222 610,222 000000000000000000139b47dc3b18b9b75905a51b0acf0b46e612e281a44de7 2,318 0.61/1.00 vMB 10
610,221 610,221 0000000000000000000a18eceac9d06b6578fc21a3737a7a0bb6c83f19ba1036 2,331 0.63/1.00 vMB 8
610,220 610,220 00000000000000000014445ada03c6d6339854264e219e8629f97d11dfb91f93 1,696 0.69/1.00 vMB 2
610,219 610,219 000000000000000000009cea1bc4610d70fa2f7111812ead39191f3c1f8e9ea3 2,775 1.00/1.00 vMB 9
610,218 610,218 0000000000000000000b9d89ea26b43c0843e834a7bb6c5a3a42ed5ff1106d9a 2,878 1.00/1.00 vMB 8
610,217 610,217 000000000000000000135a921eaa291ae440d0a4c65e502a976469ccde0a7ca2 3,418 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.