Loading Tool

Explorer IconExplorer

Memory Pool

55,203 transactions
32.46 vMB
0.23519228 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt da9372e101f22e1162b12d7800d07e15953a67439b56f8c37230d892dee77d65
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root cd939412867b4ac0fab4cc858c8fb5947438151e0002e02b23d1fc4b13d61807
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,908
Size: 1.00 vMB
Total Fees: 0.12396270 BTC
Feerates: 101.66 > 12.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (856,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,086 58,086 00000000053a191f81492909153f9f3775cf39603b5a4d49d27337ee7f5ef321 1 0.00/1.00 vMB 0
58,085 58,085 000000000cfb1e8d8f1a400cccc117ca53138507f75f25a2715f6cd2712e1eef 1 0.00/1.00 vMB 0
58,084 58,084 0000000009c022347ec0b1405bf404405358a4c6e7a904a84a091e25694bf271 1 0.00/1.00 vMB 0
58,083 58,083 0000000012a0f4e3d2f6f4e15b9f171333b0b1d030ba6423fa91c256f4143b0a 1 0.00/1.00 vMB 0
58,082 58,082 000000000bbe60495d39155b14831b38d986c8256aa8fb0b0ca90440d0c1cf78 1 0.00/1.00 vMB 0
58,081 58,081 0000000012d424dee1236e92468a4c58e1953b5286e7914f2c30575b505ed7ee 1 0.00/1.00 vMB 0
58,080 58,080 000000000cdb23713b9deb7f8c5275ccbe33b695361b04b8f2cec7675133d2c2 1 0.00/1.00 vMB 0
58,079 58,079 000000001170c24c164868ae0dc29041653a5548064caf8a60daa2752f0158cc 1 0.00/1.00 vMB 0
58,078 58,078 000000000f558c3595d30fd52f6d79a5be62238ecce9b2761cffba359fcefc3c 2 0.00/1.00 vMB 0
58,077 58,077 0000000007fcd3e2c5b43919b5885aebf979908bb38808ccf26c395dd5ff745b 1 0.00/1.00 vMB 0
58,076 58,076 000000000bef3f626e207bb83c17a09781eb596dcd50fafc1421816b81729ff1 1 0.00/1.00 vMB 0
58,075 58,075 000000000ee2ac8294fa74c4a7893068293dd5b6506b1aed02b5d1225eb47871 1 0.00/1.00 vMB 0
58,074 58,074 0000000012b49aa9c9bc927cb011d706a333d1e34e8d6f3e4976d79d31c77c46 1 0.00/1.00 vMB 0
58,073 58,073 00000000095398c085340b557c619d6cf9b6a6fef201d4fb58f9a51692c8fbcd 1 0.00/1.00 vMB 0
58,072 58,072 0000000011187a9850299d86d750492acd2d107533bddb4040c369ced29ec7f1 1 0.00/1.00 vMB 0
58,071 58,071 000000000f4f701ba1ecacd5809591d5924e2755e336de6a9f82424e188579a1 1 0.00/1.00 vMB 0
58,070 58,070 000000000abb6964f093864a1c76c4f2c8bfcf8180c42abbbaf4faba59c0406d 2 0.00/1.00 vMB 0
58,069 58,069 000000000a5545f2705079d5f7628cc093a0b2485f95350a7639c09c1c7f92d8 1 0.00/1.00 vMB 0
58,068 58,068 00000000020ffc099240a3d5d015392f58262e0d88f39821a73a3a3391085099 1 0.00/1.00 vMB 0
58,067 58,067 00000000088412a1cb0b915ed4ca6e7cbf9e82bd86444b3fe102285da6b2831c 1 0.00/1.00 vMB 0
58,066 58,066 0000000003ae117656e387eb169f39767bcae54921ff4ec6b4e7ee78a6191a84 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.