Loading Tool

Explorer IconExplorer

Memory Pool

42,797 transactions
26.33 vMB
0.05780334 BTC
Random Selection Loading Transactions
Max Size: 138.24/200 MB

Candidate Block

Mining Attempt 1f325a5362c8aa9966caed59d776cb1a94c4c609ad121ca2891272e0cdf465d7
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 87ca51f3c0356079df641b3fbfe9c3c60c7b25e78d7ef5c0611e98473b6766bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,929
Size: 1.00 vMB
Total Fees: 0.00970335 BTC
Feerates: 74.70 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (785,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,723 129,723 000000000000060d090d9b5e4486e43bb6ec274ab76ec9cbfd3468b28762d94c 34 0.02/1.00 vMB 1,140
129,722 129,722 000000000000074eb14149bb862e51e1e3ff408de2e8738bd5311ec0d2663acd 23 0.01/1.00 vMB 297
129,721 129,721 00000000000015203d66ef5262cccedb56b303e666292277acc17b3d97714d91 25 0.02/1.00 vMB 85
129,720 129,720 00000000000001a57bf297fba7376944173f77698da8039ad12ab523acc1f727 48 0.03/1.00 vMB 525
129,719 129,719 00000000000016eddda29cb0996034921e19830344f264796480a6c54c439145 25 0.01/1.00 vMB 1,384
129,718 129,718 0000000000000cb2d16bcdcc5e9383d70604abe926fb651abdd4683ea5b30cb4 12 0.00/1.00 vMB 2,296
129,717 129,717 0000000000001912d8e3df8ca5da9fb520bf31d2353cec0aae4df933dcb65051 34 0.01/1.00 vMB 68
129,716 129,716 0000000000001b0f4eb7bb1d1642fede9ee727d4d88b6497bbd727801396c429 44 0.02/1.00 vMB 1,327
129,715 129,715 000000000000121b9f2e12acf86299a7c2f69e573bd3313afb552b643f01f4ce 6 0.01/1.00 vMB 215
129,714 129,714 00000000000014c45922bab1f83a1fcfd8f35dc9cc44a6fc00bbb6b8c74f1777 4 0.00/1.00 vMB 1,351
129,713 129,713 0000000000000fc04c9e752a7d852a1bf189e9a3ab52de899d9a32a9bac0a881 59 0.02/1.00 vMB 193
129,712 129,712 0000000000000132648608af189a3d1f81c98e945b2a707a518f5a6cc7128e05 31 0.02/1.00 vMB 1,045
129,711 129,711 00000000000016aab0c8a3e1efa00bc50ed7747d7a18719b8a85486cbe74057f 119 0.05/1.00 vMB 97
129,710 129,710 000000000000017758adf6691e958cd047b96d13baca30a2ef8b2cf68e8458c5 81 0.05/1.00 vMB 1,184
129,709 129,709 00000000000012589bfa00f0700a106704e0bb0e7f7ea952238e0bd8b3a2649b 9 0.00/1.00 vMB 474
129,708 129,708 0000000000000a5db4fdd50ea194a8e892350d0b76dab89a65862e9d2d0b406e 24 0.01/1.00 vMB 298
129,707 129,707 00000000000012fbcf784971681c91eac50040480aa1525f8548d1ac6d4a06bd 5 0.00/1.00 vMB 4,008
129,706 129,706 000000000000162e5619dc5b75e35949d6ab3d76af4fb70332c15d55bb09e55f 149 0.04/1.00 vMB 356
129,705 129,705 000000000000171f3251b48fc359c218521f51d2f37ae56ff8d4c3300defb834 15 0.00/1.00 vMB 1,715
129,704 129,704 0000000000000066dc37721059c86f07e82556b9a2c592477c64044f37728c5f 216 0.06/1.00 vMB 1,953
129,703 129,703 00000000000010b738667bba537537ff898256dff4fa0198f25dfe8f0104dd36 98 0.05/1.00 vMB 683
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.