Loading Tool

Explorer IconExplorer

Memory Pool

32,724 transactions
25.18 vMB
0.07154441 BTC
Random Selection Loading Transactions
Max Size: 126.71/200 MB

Candidate Block

Mining Attempt 128b1f87501ae7b27bdb4996c6718dc0b77eac1dbce5bb4085a8a8d4b2035f6c
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2827e0e752610c2ae5265bcf4a8db962574b03bc32cca1366fc0178c7623b4c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.02386691 BTC
Feerates: 100.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (500,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,955 413,955 000000000000000004b2a7a9a90e768f0a967e467f4e2e98aa356c44c51ee88f 1,677 1.00/1.00 vMB 36
413,954 413,954 0000000000000000010d2d0b92efc807b1c8062d694d2259725de029bfd9ac15 2,556 1.00/1.00 vMB 62
413,953 413,953 000000000000000001d433b5cfad9781bc6809c37ee6a6211ae4cf8cb50d7fab 1,479 0.99/1.00 vMB 33
413,952 413,952 000000000000000002eb7bbe49c53b106cf4bf224ac1d9bcfbaf984714bf4329 2,773 1.00/1.00 vMB 74
413,951 413,951 000000000000000004a133cc8758ebd7cfcb642910f93579aef843c5357a6007 979 1.00/1.00 vMB 20
413,950 413,950 000000000000000003880313bf6d65c796d1bf4291b37001534c45a7e434981d 2,404 1.00/1.00 vMB 60
413,949 413,949 00000000000000000127fc33aa13fc83f8f71493e9191fd0ccb385d376ee1d9e 1,544 1.00/1.00 vMB 37
413,948 413,948 00000000000000000478e4c7a00d7230e17c47645c2d5cf12aced9f8bcbf1be8 1,846 1.00/1.00 vMB 39
413,947 413,947 00000000000000000400aa229f90c6c68d3b61daf1e848c32b93ef6242fb7530 2,350 0.99/1.00 vMB 64
413,946 413,946 00000000000000000094c6e208e44b04263dd1eecef7f910a2ca986e46c5747c 2,210 1.00/1.00 vMB 42
413,945 413,945 00000000000000000531e8cc83ab9bb4644642cfb32b911ac0971871a03270f0 2,566 1.00/1.00 vMB 69
413,944 413,944 000000000000000002b72c9eaf4694e67070bb5973bc3a8b79e790b4cbac6cf7 2,755 1.00/1.00 vMB 64
413,943 413,943 000000000000000001d1a3abcd91bf50fc015b0cb3e29fc8deac7c13c072ba2c 49 0.07/1.00 vMB 28
413,942 413,942 00000000000000000175bea88e597cc8b18676826153e77bbc67f8779a946bad 286 0.16/1.00 vMB 53
413,941 413,941 000000000000000000e1fa3c18c23d5bfd00b64e8c13093ce58ef30aac5979e4 391 0.72/1.00 vMB 17
413,940 413,940 000000000000000001360933029619b584c654a6561933dc470cbb75b49ce6fe 1,835 1.00/1.00 vMB 49
413,939 413,939 000000000000000005075fb7da015b3a3abcb18da5ec50d0b6b84eda8d013450 1,312 1.00/1.00 vMB 39
413,938 413,938 0000000000000000029ba3309fa81a5318cd91748506f8719d3763708d181fed 2,574 1.00/1.00 vMB 67
413,937 413,937 0000000000000000005b681dd39aed66d7d853f27225d0103bb2b87faef5b5bb 3,035 1.00/1.00 vMB 79
413,936 413,936 0000000000000000001013cc6298f61b7b52239adecd5cce6eb86cc8dd0a4217 488 0.29/1.00 vMB 41
413,935 413,935 000000000000000004a19abe3cfe02f18e8ba4db498706a4a4ce1773dfe9ef00 272 0.10/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.87 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: 642.84 GB
    • Received: 12.56 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.