Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
30.43 vMB
0.10423623 BTC
Random Selection Loading Transactions
Max Size: 162.18/200 MB

Candidate Block

Mining Attempt 6b8d504c1461695e4562accefd126d1eb4363b9ff3b8a9bc82b8b95289ca1a51
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 449dee983943f7d7b5ba7ea33b886eb2c01a977fd19bd19021abc506cb83bcad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04116835 BTC
Feerates: 150.97 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (249,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,348 665,348 00000000000000000008bc4f146d04e8109381e62e82cf1ae1c2637ddf0b897f 2,974 1.00/1.00 vMB 116
665,347 665,347 000000000000000000046abc7e5abe57f5e7ae3af246bf4443d2c8b423b479c5 917 1.00/1.00 vMB 96
665,346 665,346 00000000000000000005d44140fae05f0ede3f9e120896379bbe59e93eb0d0b2 1,028 1.00/1.00 vMB 24
665,345 665,345 00000000000000000006eafc816ebd106db34b2a06818caa5af5c1814c10df4f 1,068 1.00/1.00 vMB 25
665,344 665,344 0000000000000000000a94ce6f96f4949f777cfd6f2dcc7e3ffc8f1734e49337 2,989 1.00/1.00 vMB 32
665,343 665,343 0000000000000000000b6fe4b5b3eae044a9dba9e6004a0f9a67b9de82d069a8 2,546 1.00/1.00 vMB 75
665,342 665,342 00000000000000000006d0758fb720f5b51e4a371baaa3ff6bf3b76b954b7b43 3,223 1.00/1.00 vMB 122
665,341 665,341 00000000000000000001d10cb8edeed36baa9fc4378db1963b8d74bc5cb111bc 2,572 1.00/1.00 vMB 81
665,340 665,340 00000000000000000009570ed0935d992b9b7bb6eb3cf101aa5e0377ee2aef77 2,139 1.00/1.00 vMB 48
665,339 665,339 0000000000000000000320a02f11ec2d73efe1573668841528c36b0bb435f3ad 2,394 1.00/1.00 vMB 72
665,338 665,338 00000000000000000008b33d07fc50eda338425126f04123c7f69431956bfa86 2,086 1.00/1.00 vMB 29
665,337 665,337 000000000000000000012a969245697eceb07be3d3acde233fa73271d6f5beca 893 1.00/1.00 vMB 23
665,336 665,336 00000000000000000005e540a870558b5c9f35e387623c121a5cb8313f18136b 2,337 1.00/1.00 vMB 86
665,335 665,335 0000000000000000000363078973ec40f7b487b47d11009daac1ab9d7be84e81 1,779 1.00/1.00 vMB 23
665,334 665,334 00000000000000000005c205d5e55ce8ed68299f99d4a9ddb77d980f2b7a7702 2,449 1.00/1.00 vMB 55
665,333 665,333 00000000000000000006bc39afaf382ca492d2026dd067fde4e52bcdbe8ead07 2,320 1.00/1.00 vMB 95
665,332 665,332 00000000000000000006b229de520567fa6484555de3856fcd118e18e4dc8be3 2,971 1.00/1.00 vMB 111
665,331 665,331 00000000000000000008aa5d1d8c3f5153a22924ece549223bcf1b2afb957439 2,725 1.00/1.00 vMB 61
665,330 665,330 000000000000000000067f8c48bac6335d70815c719e82871cb9978d8307fb95 2,357 1.00/1.00 vMB 32
665,329 665,329 00000000000000000001298e5d0a898baceef192862470abd1b72abe7d3c2992 2,456 1.00/1.00 vMB 48
665,328 665,328 00000000000000000001cc1a4bd2235adaefed3fef2b8f751f29cc6f53b8c431 2,141 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.