Loading Tool

Explorer IconExplorer

Memory Pool

82,295 transactions
31.11 vMB
0.12131989 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt 1b313ffab78914a03637570fa25c92746dbbf747df6c734a40a4e1e0c6b5dcad
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root f485902217310d3483361059ece0b19b33c18e5855b9793cb865123bf89d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03609612 BTC
Feerates: 101.42 > 3.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (256,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,456 658,456 000000000000000000056f12a841e33c3ed34caf2b9b093f44dc9717947e5f95 2,820 1.00/1.00 vMB 58
658,455 658,455 000000000000000000075afdce4c4717663941dcd1af796202f02158c83c568c 2,687 1.00/1.00 vMB 64
658,454 658,454 0000000000000000000a176a30246a3a6ca1df7bc1b9f8efe72532b4c4c7c715 2,362 1.00/1.00 vMB 57
658,453 658,453 0000000000000000000e60e6a06b0276126032ae8589fd25ac2d5e6467367ef8 2,891 1.00/1.00 vMB 77
658,452 658,452 00000000000000000003c94d729d59012786b3e7641084291c01b3774a4f3355 2,370 1.00/1.00 vMB 32
658,451 658,451 000000000000000000061f8726895f20a7dadef91206be674eb0284af23fdf8d 1 0.00/1.00 vMB 0
658,450 658,450 0000000000000000000a048cc4a8ac2872f015bfa1293b85dff79a8454fce328 2,729 1.00/1.00 vMB 35
658,449 658,449 0000000000000000000adb376618fc05ddec45b9b09448e790b96778808dca7a 2,312 1.00/1.00 vMB 46
658,448 658,448 00000000000000000002ff7775622bcd1555b0533dd723cbce9ea346cef573a2 2,033 1.00/1.00 vMB 42
658,447 658,447 0000000000000000000181c8ed194fe24d3ecef1dbaa76bd85c31a35727f5f18 2,666 1.00/1.00 vMB 38
658,446 658,446 0000000000000000000e3f7cc9e409f118cc4cd870cefec1512e5bc9a586f52c 2,502 1.00/1.00 vMB 43
658,445 658,445 00000000000000000005027d5c0496373c872f286e90bebd341720c0ffc417c8 1,799 1.00/1.00 vMB 55
658,444 658,444 000000000000000000088873ea50d12cc451afc7eb02e38b26b2a77b18b4eea6 2,356 1.00/1.00 vMB 60
658,443 658,443 00000000000000000009028766ed6019ee924975f37054581f5b8744e06a5077 2,554 1.00/1.00 vMB 59
658,442 658,442 000000000000000000087ac05c8599a87b4a4c8bf121d728b66a177541910445 2,305 1.00/1.00 vMB 44
658,441 658,441 0000000000000000000a7ec91225523bf604bf257f5e2f4e10eaa45136647924 2,154 1.00/1.00 vMB 64
658,440 658,440 00000000000000000009fd12c628e3cc20021d43b85b8123e42247fc7ab1bbc8 2,371 1.00/1.00 vMB 49
658,439 658,439 0000000000000000000e01ed90b8be5d7a9ec22abf60bfd9d8e4d50bffcf064e 2,521 1.00/1.00 vMB 53
658,438 658,438 000000000000000000050f5563230db25d7d6f77b801fbac50d0e5af31f0a6e2 2,542 1.00/1.00 vMB 59
658,437 658,437 0000000000000000000c4d89b3b12d47963d9ba6f8084e0305e404040068d0c5 2,983 1.00/1.00 vMB 89
658,436 658,436 000000000000000000000776dd7b84e7905e3c18f27e8530dcae1c5773309366 2,154 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.