Loading Tool

Explorer IconExplorer

Memory Pool

82,206 transactions
30.95 vMB
0.07988904 BTC
Random Selection Loading Transactions
Max Size: 189.91/200 MB

Candidate Block

Mining Attempt e2d37dfa0186fdb573689b764c90ab84b1dada28cc01f8e0175704bcf3074e65
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root c4d57ba2f0143da52be579be5fb3f21c8e0fcc9a1e2cdcf4c635760e8dc0a0c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,399
Size: 1.00 vMB
Total Fees: 0.01026004 BTC
Feerates: 301.05 > 1.03 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (376,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,755 538,755 000000000000000000140c81539593d9621f0dfd6b07ce7f6ded34fd17f9b89b 1,847 1.00/1.00 vMB 37
538,754 538,754 00000000000000000004f343a489f80ffc482054318b46be6e1c9c3d700051c9 718 0.38/1.00 vMB 61
538,753 538,753 00000000000000000020586267b0b179076994bbd708d531665f53140ae71c24 1,422 0.57/1.00 vMB 16
538,752 538,752 0000000000000000000c6341f81db0794180b1a8642e467599cc54895b068acf 1,058 0.44/1.00 vMB 7
538,751 538,751 0000000000000000001cf833cc40a6cf1e52feded963a8d25b72a50cb5a1d799 1,623 0.99/1.00 vMB 58
538,750 538,750 0000000000000000001721af9c3e202423262d4a2c698ec078c7d29b54806f22 2,170 1.00/1.00 vMB 24
538,749 538,749 0000000000000000001762e2432ed1dfcfdb02741abefb08763657740937dc5d 1,405 0.57/1.00 vMB 21
538,748 538,748 0000000000000000000c17e50499ce990cbbef526237e2e11b109172fdcc21b5 1,417 0.60/1.00 vMB 22
538,747 538,747 00000000000000000022a50576d8b4ec809ad69667fd3212523bb26d016a214e 633 0.26/1.00 vMB 16
538,746 538,746 0000000000000000000b2af449a8fb00291d4a797628ee9c206294fb7a58c580 1,439 0.98/1.00 vMB 12
538,745 538,745 00000000000000000002deea4ade25976e0f37702b34dce3c81e6d8ebf419659 2,097 1.00/1.00 vMB 28
538,744 538,744 00000000000000000001a854f2e763c9d42c46e92b30f00aaa177e7837b4e0bd 2,456 1.00/1.00 vMB 6
538,743 538,743 00000000000000000014bfb631f278ab24afbd2bd7e5a4def086b2635acfa180 2,763 1.00/1.00 vMB 13
538,742 538,742 00000000000000000015bb068df14dc94b9494fd456580c9a7854525ec5ea869 2,555 1.00/1.00 vMB 51
538,741 538,741 0000000000000000002278d716074eeea42c0f4b045d3c4a5b1ad605d7a011e4 2,174 1.00/1.00 vMB 86
538,740 538,740 00000000000000000014a86d1983c5b216f0ed3a9a3f25cad4dc71f286ef34a2 1,320 0.57/1.00 vMB 7
538,739 538,739 00000000000000000018c69f8d1ac17debaba0862a38e6dbd61a41de81b8a12d 2,978 1.00/1.00 vMB 10
538,738 538,738 00000000000000000014da41b87f3338a27d43359b60452a498b4bfb1cf82dce 1,785 1.00/1.00 vMB 77
538,737 538,737 00000000000000000001d5c0a478d2faa14f12732242bd8200773ee8aee3efa6 1,156 0.55/1.00 vMB 18
538,736 538,736 00000000000000000006c6860bfeb3064132794f345eb43d705ce4982e803f63 291 0.09/1.00 vMB 8
538,735 538,735 00000000000000000023e4b85c19d320d1c18ddf7c0e09d7777c2fa4c53317db 1,832 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.