Loading Tool

Explorer IconExplorer

Memory Pool

72,526 transactions
28.04 vMB
0.06209285 BTC
Random Selection Loading Transactions
Max Size: 166.33/200 MB

Candidate Block

Mining Attempt 439129cb4e7da75cb82110791eeca4c5d54478a462dbe2656e526447312ca45f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 69c02d02ed4ebc55e7de0a50747e227321899ea682aa01a6e225fcefc6701def
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,676
Size: 1.00 vMB
Total Fees: 0.00597013 BTC
Feerates: 40.21 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (106,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,564 808,564 0000000000000000000475621c39e3bf39acc6c498962b6bb7d4b90dbdb5d9b6 5,017 1.00/1.00 vMB 23
808,563 808,563 000000000000000000002da3e0ef987f5c81526f6ab9d425ff575e4e4e8c6539 5,334 1.00/1.00 vMB 29
808,562 808,562 00000000000000000001b7c21a9dd15a8d4e205e34dcc5935d313718d7d6405f 3,872 1.00/1.00 vMB 28
808,561 808,561 000000000000000000025112f86b29c3d99d63775866d131ca6178a9b5505bbe 2,073 1.00/1.00 vMB 30
808,560 808,560 00000000000000000002390dbbec2dd7687aee19d52a21cc49153ca663995c59 3,820 1.00/1.00 vMB 41
808,559 808,559 0000000000000000000303ad936ee37d50fb576fc7009575d885bfd6eeddab4d 5,694 1.00/1.00 vMB 26
808,558 808,558 000000000000000000025214dc05aeb261bbdc855c9eea9193e60ea22b400c94 4,175 1.00/1.00 vMB 30
808,557 808,557 00000000000000000002696e63cd03e52d86c1539c0fc3ed34a19def485c340d 3,247 1.00/1.00 vMB 30
808,556 808,556 000000000000000000006895ac0f756b3aaa9fcd8851a0f39ba9ffe8dda4cdac 2,579 1.00/1.00 vMB 46
808,555 808,555 0000000000000000000010fbdcf00ca0e791cb4d465837007e742d258d5ea39d 4,689 1.00/1.00 vMB 27
808,554 808,554 00000000000000000003236e2c8ebdcbccdeea55d1efbfbe2adb603a8799e36a 6,022 1.00/1.00 vMB 27
808,553 808,553 00000000000000000003d99d0019782c0f4f72e42c6b240a773944d19cb4a2f4 4,757 1.00/1.00 vMB 27
808,552 808,552 00000000000000000003f4e334cfa1a9819ff21bbfa3aed382036d5beeaace5f 5,759 1.00/1.00 vMB 23
808,551 808,551 00000000000000000001f16e55102c996b88f840da92cc4e4fb12e6788233f2f 3,947 1.00/1.00 vMB 28
808,550 808,550 0000000000000000000450c9fae019e152c871170ff87a27326eeec15036c41a 4,314 1.00/1.00 vMB 34
808,549 808,549 0000000000000000000308d782982c9127e34f024cf75aa4cf9352b925aa02f0 3,944 1.00/1.00 vMB 24
808,548 808,548 00000000000000000001785d6861f1d0b631c5aca764513092c93dd5e6148cc9 2,789 1.00/1.00 vMB 34
808,547 808,547 00000000000000000002bd606674e4845952d25c19f8c7d632c79d2642e679db 3,361 1.00/1.00 vMB 37
808,546 808,546 000000000000000000032b78aaf08d23bf3b2f08735ab05fdccb41ce4a66d48f 2,293 1.00/1.00 vMB 42
808,545 808,545 00000000000000000004abd5144d11c1059c4ddde4585334d1663b2f5317e32f 3,946 1.00/1.00 vMB 29
808,544 808,544 0000000000000000000046be92f5770f1c5bae3c76a178161864f1dd0d9e65bd 3,837 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.