Loading Tool

Explorer IconExplorer

Memory Pool

45,895 transactions
27.69 vMB
0.07621810 BTC
Random Selection Loading Transactions
Max Size: 146.55/200 MB

Candidate Block

Mining Attempt 91baf5ffd11018ca084725bff478bbe2bc3527c37d6a6e82099751c0ba191e9d
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root bfc07dc71374324e36e53b1cfd3c5226bd1cf5faccf04897b3ad568e9b207e75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.02384519 BTC
Feerates: 502.65 > 2.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (674,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,656 240,656 00000000000000e2827794d0bbb4341efeb3e03a6c28c0f667b5584e5b6af91c 656 0.25/1.00 vMB 174
240,655 240,655 0000000000000063454f045b2c3f6ad6c0ad0d193636d6c45e16c96ed5ae5879 301 0.12/1.00 vMB 159
240,654 240,654 000000000000010f3f283ce51c85f26697e26df03341ec45b741505c1f52b854 142 0.05/1.00 vMB 173
240,653 240,653 000000000000001847a4bce1f8185d503586b76d841ed11b3348a5430c83e0f2 92 0.04/1.00 vMB 122
240,652 240,652 000000000000005a1756d12ede8f5507f543c2466056e52329758c519d58a87f 101 0.04/1.00 vMB 168
240,651 240,651 000000000000004597bec7baa742dadaadb6649d554a688593f93f43cd78dbfc 270 0.19/1.00 vMB 129
240,650 240,650 00000000000000152b9c605f3e6524c6bb5467166de135c823b3cc460f9e716b 38 0.03/1.00 vMB 21
240,649 240,649 00000000000000c6748ba2e87082a0d58f8ee276dc9d4476340c73af9483a094 391 0.25/1.00 vMB 152
240,648 240,648 000000000000000bff8f0e72a8a8a5c637bc9585853e674cbbd0d46a86c0e79d 234 0.12/1.00 vMB 150
240,647 240,647 000000000000001545a03083475059d570d3b9063bf0beb3d8db7471551a3225 92 0.05/1.00 vMB 156
240,646 240,646 00000000000000d3fb7bb8de851c7052c8d35dff76069dd3f62daa5117c00e44 6 0.00/1.00 vMB 0
240,645 240,645 00000000000000fb7aa7f662c3e04caf172d22ae7c58bbea616a7dc6bb363d89 373 0.14/1.00 vMB 175
240,644 240,644 00000000000000a8db3192c30f63c2e67d6bba059c09682469faf4361a421ed7 97 0.04/1.00 vMB 85
240,643 240,643 0000000000000094a9040432525c9cb8d2580e932f72f3712532693bca64b9ce 509 0.25/1.00 vMB 146
240,642 240,642 00000000000000bdb51ef291a28bfa87a99f95de75b1c6a47be7c527c3f37973 295 0.13/1.00 vMB 189
240,641 240,641 00000000000000d6d3ddcbfd07106d00ef43bf9e7d896a30d53bf64081b9f895 230 0.11/1.00 vMB 196
240,640 240,640 00000000000000bfda8ddbc41df203e75d69668f8f583ad16fc76d3067533261 290 0.12/1.00 vMB 167
240,639 240,639 00000000000000917a6288e2e9df01b42ec2428dd2c80d91bec9c5badf237151 374 0.15/1.00 vMB 190
240,638 240,638 00000000000000c1a3cc6a8406dc82019589b14d6cdbdf9dce8c9f16a79a6c7a 424 0.18/1.00 vMB 160
240,637 240,637 000000000000009def71145d032ee1d896829acfe66b251accefdb6156de351a 233 0.10/1.00 vMB 225
240,636 240,636 000000000000010fe319b929d39d6c6d94018c0bc8b8f8ea9641463ee0de4b17 130 0.05/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.