Loading Tool

Explorer IconExplorer

Memory Pool

25,270 transactions
11.86 vMB
0.03151330 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.82/200 MB

Candidate Block

Mining Attempt 07e6418f76d6555bd62ca1370e4ca34861cb97a520acd1349fc66fb5d92db0e9
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root aea066406727dd8bd54c6d0f9c73e64cc81ebd8bdf292eedaa73dfe1c80b8a33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,218
Size: 0.9979045 1.00 vMB
Total Fees: 0.01175182 BTC
Feerates: 203.60 > 1.18 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (770,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,727 143,727 000000000000016fb48f311c3c41450e210099304e977f00485dd89a8f592bb1 2 0.00/1.00 vMB 55
143,726 143,726 000000000000084d2cca66dcbbe298f48a7809a73c2ddd7ec07d1759416d6212 20 0.01/1.00 vMB 189
143,725 143,725 00000000000007cdaa5998995320642f21084536bab4d903d6b404458ea5b287 60 0.02/1.00 vMB 178
143,724 143,724 0000000000000727501fa7646de4f5dce8a6b7b3a71ce0f466a4a2e090b72b5d 7 0.01/1.00 vMB 91
143,723 143,723 000000000000033a305dc750aa3108438899bf62af8d54f57ec45614980ea85b 4 0.00/1.00 vMB 205
143,722 143,722 0000000000000764ea12784ca60dfe6fad98a043b94da38f36a3e624e1afb3da 7 0.00/1.00 vMB 66
143,721 143,721 000000000000015866666aa8c06c9d1a25c2b8e077660df46ae52b087c3d9c77 15 0.01/1.00 vMB 266
143,720 143,720 000000000000062d4a0e2b92190baffb206f5cf7e171cf4f7dec1e6b8d5b57d6 7 0.00/1.00 vMB 679
143,719 143,719 00000000000007a0c36c644f52db5efb2f2b8301a4e00128b3f36c7ebdb0d35d 37 0.01/1.00 vMB 35
143,718 143,718 000000000000059c8f96ed5d4b5b5efa99a2bff9bb8430bba3e60edc72963af5 38 0.02/1.00 vMB 445
143,717 143,717 00000000000000b046aab3a565dc95f46bd3d9e8d9ea5089d80bba8f1497f2ab 13 0.00/1.00 vMB 234
143,716 143,716 0000000000000090f70340636ec762a133c56c6e23e67cfda482908adc64816c 17 0.01/1.00 vMB 194
143,715 143,715 000000000000059c436c2b22c6e7e20c0110d03c7cc84204ce9aef2f6494c90a 90 0.02/1.00 vMB 12
143,714 143,714 000000000000029b4506d58a12f194ef12bc10bd8d6395deee29ad087302e808 83 0.04/1.00 vMB 200
143,713 143,713 0000000000000956d1aa870199aa0568f35f6259f0e9d150574418c00482b352 17 0.01/1.00 vMB 44
143,712 143,712 00000000000007e8b14c5b96c72d0d0a136fe992939d210bda9df8674505e908 16 0.01/1.00 vMB 479
143,711 143,711 0000000000000360fff30d4d5cdf5bea1e344cdf41754d0fc285794cb6e49796 66 0.02/1.00 vMB 30
143,710 143,710 00000000000004134ad049c445b299cb477b40d2bffa0eeb81419adbc66255a4 34 0.02/1.00 vMB 58
143,709 143,709 000000000000096329b4df32e6d92eda0a8cefad375694e645c53b839ebdb03d 15 0.02/1.00 vMB 77
143,708 143,708 00000000000000ba5d8b296026bbe7672939277149b7202c78aaf55dcde43948 47 0.02/1.00 vMB 196
143,707 143,707 00000000000005a2094745e7b4e93eae91842924ee112c7322cac666ab878612 23 0.01/1.00 vMB 600
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

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