Loading Tool

Explorer IconExplorer

Memory Pool

76,305 transactions
28.52 vMB
0.06944357 BTC
Random Selection Loading Transactions
Max Size: 172.65/200 MB

Candidate Block

Mining Attempt 5d96ac97a5334300b8f9f6ede4cb37c8c7cd2d27a6a8a7907c3620a5fe2cefde
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 01e9df0bc7bc0d44c6cc45bedac6cc00265613f11fa8c10871d0ecf5c9e291bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.01039556 BTC
Feerates: 101.00 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (297,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,721 617,721 000000000000000000054a3674a585c9b44d374a676c2f3e200fc2c85fe84118 1,358 0.54/1.00 vMB 19
617,720 617,720 0000000000000000000cb3733043521aac9a6cab906afec456080d75840bfc44 2,788 0.98/1.00 vMB 13
617,719 617,719 00000000000000000004220d95fee5d13073ee7ca0da2c29bc31f3aafecec9ef 2,928 1.00/1.00 vMB 10
617,718 617,718 0000000000000000000e646afbb6ad522f3523fd3673fe3f715c4c8f364a8096 2,729 1.00/1.00 vMB 39
617,717 617,717 0000000000000000000ff978b9075f75d432e5fd8b5e702c33340ab292314275 541 0.19/1.00 vMB 22
617,716 617,716 00000000000000000003dc0e4c405c0632ecd7ad19c00827c40f96ca0c9c0642 1,473 0.37/1.00 vMB 5
617,715 617,715 0000000000000000000991c17695eedcbf03cc971b5a1bdfd14c84980fe275fc 2,623 1.00/1.00 vMB 27
617,714 617,714 0000000000000000000a08da2dd017077534744396136dfad6b113afd073c1a9 1,665 0.83/1.00 vMB 21
617,713 617,713 000000000000000000043fd2767c4b2b5ade2970cc43f3f357c7760a22d6510e 779 0.40/1.00 vMB 18
617,712 617,712 0000000000000000000e098535309ae24094ba43d8441fc9d7460d7c7859b46f 3,008 0.97/1.00 vMB 20
617,711 617,711 0000000000000000000c48ce0ec7beddd57ce243499386d4dad9bf0a570a4e25 2,820 0.88/1.00 vMB 18
617,710 617,710 0000000000000000000ea206b053cec92175c730c9084c9642f4a08a0e3d6c32 3,181 0.90/1.00 vMB 19
617,709 617,709 0000000000000000000c159b63842d34b38e94bac123ea2b9e0b705f708710f7 2,091 0.59/1.00 vMB 21
617,708 617,708 000000000000000000045f2bb6d5b81900f12f6bcb3b1ae6e0842e2bbb06ebe8 881 0.26/1.00 vMB 18
617,707 617,707 00000000000000000005b9aaa9b7cc46cd121506562cb8e4f5346b4d27b7c2ff 1,877 0.50/1.00 vMB 27
617,706 617,706 00000000000000000004c5028efbab42b43154a2fac018bcc1015ca09ef07087 1,176 0.33/1.00 vMB 22
617,705 617,705 000000000000000000023d8a4fbdd3acf7debef8bbc2eb0c26dfcd15ee569161 3,041 1.00/1.00 vMB 22
617,704 617,704 00000000000000000008c8a0a9eea107f8896705c516fa3f313d369b5551869f 789 0.43/1.00 vMB 12
617,703 617,703 00000000000000000009849edd3960e6b90352542cb1969a2fa60f59ec118f8c 2,238 0.56/1.00 vMB 7
617,702 617,702 0000000000000000000805a8df2305aa57604905ace86f1b78a44a4a73fbd4e6 2,867 1.00/1.00 vMB 5
617,701 617,701 0000000000000000000f533155e3ee3cbce28f8242867e7fadd3c30278976acd 3,786 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.