Loading Tool

Explorer IconExplorer

Memory Pool

81,813 transactions
30.54 vMB
0.07825603 BTC
Random Selection Loading Transactions
Max Size: 184.16/200 MB

Candidate Block

Mining Attempt 5ea464e0090c418e152b33e31a5464133dd73a156f2a355917c9c445299ff505
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root d055384654f3dd69341a47011337bcdf58a2b8f77e3c1ec44be2ab25359a3d7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,121
Size: 1.00 vMB
Total Fees: 0.01484527 BTC
Feerates: 40.91 > 1.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (109,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,490 805,490 000000000000000000005018d3bfe5b97876f0750b53e579c336563aceb18b24 2,554 1.00/1.00 vMB 19
805,489 805,489 00000000000000000000c36fd0ca7246fccd4c63e81f90d48add33838cf0ec46 2,789 1.00/1.00 vMB 19
805,488 805,488 00000000000000000004db93cf031b5e9b4eb2adb92d9a7f6992f53ef2eb4e3b 3,321 1.00/1.00 vMB 21
805,487 805,487 00000000000000000000a85cfd14ab6b594a401c7252f469e8ea0a290feaf049 3,196 1.00/1.00 vMB 26
805,486 805,486 00000000000000000002c4a9bdc7bcd6641478094ee0b1c479bc63cd346f9457 3,242 1.00/1.00 vMB 34
805,485 805,485 00000000000000000003b02c8aa8975108c9cff0eaf72361a3b78e0acb36d2f8 1,812 1.00/1.00 vMB 19
805,484 805,484 00000000000000000004b1509eb4192e763689615c1b8947f26d02fdf70b8159 3,502 1.00/1.00 vMB 19
805,483 805,483 00000000000000000003dafd39bad3d6fc9e028400e9308651cf75420362c35a 2,350 1.00/1.00 vMB 12
805,482 805,482 00000000000000000000931f51ded3415d0f2f4259f6b16e18b22ba9d2bd937c 3,321 1.00/1.00 vMB 17
805,481 805,481 0000000000000000000396d9011d1e3434f2df9ed6741841f01b234edd8789ae 3,511 1.00/1.00 vMB 17
805,480 805,480 00000000000000000002a58e1395cb43b5eef92da6e8ac9da728f201dbed7d43 2,574 1.00/1.00 vMB 17
805,479 805,479 00000000000000000000ac648c770038a58abb3ccd0b3b8d12512a820dbb847e 2,196 1.00/1.00 vMB 13
805,478 805,478 000000000000000000002f00b959cf2d73537e01c04eb6761e37eb0648e91e8c 3,377 1.00/1.00 vMB 22
805,477 805,477 000000000000000000040f08227b10b630409625352a982bfc9eaac2d72481a4 4,230 1.00/1.00 vMB 14
805,476 805,476 00000000000000000004108fa7e321280237a8282ea0318d4dd59631ac733ce0 2,280 1.00/1.00 vMB 17
805,475 805,475 00000000000000000001625b95fee7d8722c4b74a57a489e93c4fe1251b3f307 2,424 1.00/1.00 vMB 20
805,474 805,474 00000000000000000000e8c484ed52c0991df5c4ca05f544e8e3fcccb1f667d1 3,582 1.00/1.00 vMB 16
805,473 805,473 00000000000000000004f02d752255f27d2473fcb338ff452568ed9be45bfd73 2,985 1.00/1.00 vMB 29
805,472 805,472 000000000000000000043afece52a7b3280bff1b1c550987536d5be7ec814ab7 3,038 1.00/1.00 vMB 20
805,471 805,471 0000000000000000000289e9447241de958ac5c1812c41758f8864da1e2da762 3,313 1.00/1.00 vMB 22
805,470 805,470 000000000000000000024dbbcae421b18e84c34e5947900e591af0e597b9d01f 2,147 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.