Loading Tool

Explorer IconExplorer

Memory Pool

27,051 transactions
27.15 vMB
0.10264333 BTC
Random Selection Loading Transactions
Max Size: 130.69/200 MB

Candidate Block

Mining Attempt 9d68a6f8e89dc685e6490f7aaef9d8efef378a82c7be3d1354dfb44ad4806ad2
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root aac56a44b122b211edd8c26daa8bdef0bbf53395ca488ff3c7d39b7e898679d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.05144693 BTC
Feerates: 101.66 > 5.16 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (456,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,295 458,295 0000000000000000024f02ab8e3e33c7c04393ca3a26350846450bcdd38f59c3 1,606 1.00/1.00 vMB 172
458,294 458,294 000000000000000000105091826df32ea60a5a781c39a13b93fe1fadfc2bf878 2,748 1.00/1.00 vMB 289
458,293 458,293 000000000000000001b147925f264803fb20840e24ce65a3f603bccaf4ebdc82 2,465 1.00/1.00 vMB 249
458,292 458,292 000000000000000001af5cab8599dac59cc15f816c290e290e04db2620b10fe9 2,703 1.00/1.00 vMB 284
458,291 458,291 000000000000000000a40a70aa80cf33c8c1e59e65ce511384141451250737b1 2,863 1.00/1.00 vMB 269
458,290 458,290 00000000000000000010f7cbccf90061cf36ed196d8a650f0dc0194ad1b28e48 1,577 1.00/1.00 vMB 375
458,289 458,289 000000000000000000e103df9a19042734e31a0eee0f874e3842be45831c33c5 2,447 1.00/1.00 vMB 178
458,288 458,288 000000000000000001acacd4c9b4cc75c8d62f0ab8dde979375e59e18424faa4 2,657 1.00/1.00 vMB 152
458,287 458,287 0000000000000000022b0cb82c19725241a7304c6114898a6e6c96527325362e 2,141 1.00/1.00 vMB 148
458,286 458,286 00000000000000000139c6b793f302e4d1d69c1db48c3166c8b608599fcc5856 2,486 1.00/1.00 vMB 203
458,285 458,285 0000000000000000021be9dda851442ef37f4400b4e70fa2e82c7b44fafe63a3 1,800 1.00/1.00 vMB 147
458,284 458,284 000000000000000001911f72228f5e3f950acfe99905449500144958af671f90 2,136 1.00/1.00 vMB 221
458,283 458,283 0000000000000000015ac1f99d90969f0b486d0b7c523e3bf6a082476591a1b0 2,637 1.00/1.00 vMB 226
458,282 458,282 000000000000000001274f2acf630766cd6b97074a7c935c15bb443ebcfbe716 2,025 1.00/1.00 vMB 205
458,281 458,281 000000000000000001f8500ad1ab870baa7bcb8109547ab42b8655b25f6a889a 1,984 1.00/1.00 vMB 228
458,280 458,280 0000000000000000016c04aa4d3ed9905f5a9089fd012b51290f5ef432cafab8 2,205 1.00/1.00 vMB 244
458,279 458,279 0000000000000000021cf0851a5d40c250149969f3915f93df6f33a8f0eeabe8 1,472 1.00/1.00 vMB 156
458,278 458,278 0000000000000000007ad7156fa05b0bb1ab09250b888a8761c4915401fff84b 2,330 1.00/1.00 vMB 201
458,277 458,277 00000000000000000125128dfbe13579b3ad4cbe61d8a8fc26a030b836135055 2,356 1.00/1.00 vMB 233
458,276 458,276 000000000000000002487e296317ebd4e25980e7fa4270b101dd3bf5806cbe9e 1,354 1.00/1.00 vMB 243
458,275 458,275 00000000000000000178a69afdf85b81f4cabcccedad62bfbed27437fdc37ca6 2,332 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.50 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: 612.01 GB
    • Received: 10.95 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.