Loading Tool

Explorer IconExplorer

Memory Pool

24,824 transactions
10.51 vMB
0.06410252 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.19/200 MB

Candidate Block

Mining Attempt 68b09f9edc89cfe652a4b234b9d13c0f0c8aaba8b07870ea8a9327a7e8650349
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root cf849ea902ca5b3a994cd848e1d69b6d66ce2df5e77bdc7d130d13984b785f1e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,413
Size: 1.00 vMB
Total Fees: 0.04684296 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (553,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,374 360,374 00000000000000000cf78adf9e9f210e04d36318eda480b20d01dd5b5887c2be 235 0.19 vMB 46
360,373 360,373 00000000000000000f463d56a51f200634874e2522badd7427f2c290b22f4585 817 0.58 vMB 48
360,372 360,372 00000000000000001180742b6d2cdf722cc48928a2b8b349f4064642e99665f3 613 0.41 vMB 20
360,371 360,371 000000000000000008d8f4b27d0cef6172a5bfb5df3c806eda82b9242d83f041 1,179 0.75 vMB 26
360,370 360,370 00000000000000000cf211ae1fb0ba1856dcd38c953633f1a72937a53c836db9 620 0.32 vMB 27
360,369 360,369 0000000000000000131d0341399e30b1b9ea2ac53ef027e925ea79d17ec37b42 842 0.50 vMB 26
360,368 360,368 00000000000000000f6265d6bc8630f7677a5f9de9649f4afc7139fe00607bb1 1,541 0.75 vMB 29
360,367 360,367 00000000000000000a7114f08cc1d104e74cd04ac99aa22868621e352fa7c1fa 1 0.00 vMB 0
360,366 360,366 0000000000000000094ff5cd6d8690fcda343e749755925ef90fe228c46fe5ca 90 0.44 vMB 3
360,365 360,365 000000000000000004fdb7dad2bedd8a7dc6cff7b2ddf47b854942ccd16d8b81 1,054 0.74 vMB 16
360,364 360,364 00000000000000000658756f868bdeecf6f633a59819d56b33191c708af9ca31 756 0.35 vMB 30
360,363 360,363 00000000000000000fa34d846343348eaebdb57588d5451c9376aa2483223602 752 0.75 vMB 20
360,362 360,362 00000000000000000566202dd4dd869fbe91e1e9d38259c4cc4f4b518012c552 2,429 0.93 vMB 34
360,361 360,361 00000000000000000974372fc5038ef22d1baf80a373dc1f5d42687d96ec2b64 2,612 0.75 vMB 48
360,360 360,360 000000000000000005fe7a94d4557cc0e3f77cca8cf25127636e95214a351dda 501 1.00 vMB 15
360,359 360,359 000000000000000012aa5d9b716544bd8745f89e31312361318121d5c0be4755 643 0.52 vMB 33
360,358 360,358 0000000000000000160ee2e26f188a21951d76f19321ddf606e1e847d0fa5972 1,322 0.73 vMB 39
360,357 360,357 00000000000000000ce0c74af2414fd2cc91f18a7c48a4feef7fe917bee2b5fd 185 0.07 vMB 43
360,356 360,356 00000000000000001245bd2f5c99379ee76836227ded9c08324894faabc0d27f 1,561 0.75 vMB 29
360,355 360,355 000000000000000001cb7ae13bf49559a68792558d41c5628bcd8ebd31f52cc1 599 0.28 vMB 34
360,354 360,354 000000000000000009e865d07f75341a5f3dc15f0e149055a241eedd552c3b88 1,485 0.70 vMB 30
Previous 10 blocks ↓
Total Size: 779.83 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: 422.41 GB
    • Received: 2.28 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.