Loading Tool

Explorer IconExplorer

Memory Pool

54,380 transactions
32.10 vMB
0.14694078 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt b8c125c3fc3f8a9fe1a88c26cabbf8dfffc360914ecba89d52f805aa52014c82
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 9d026300ae51667f10d4d666458cd39744bbd4c1c69d10df3341f6ab549d22fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.04624929 BTC
Feerates: 104.17 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (266,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,269 648,269 0000000000000000000e5b7ff55dde682c7c5495056df9b2e2b2acc77aed1ba1 2,676 1.00/1.00 vMB 53
648,268 648,268 0000000000000000000a7678f0121bc7e7ef6f1fc6905695431fff80ab623770 2,438 1.00/1.00 vMB 94
648,267 648,267 0000000000000000000ae77f5f0e83d8830aa5035de371a05cb2901564f84789 2,760 1.00/1.00 vMB 71
648,266 648,266 00000000000000000005eb32d8781a27bc1d5e80d068453c391b8db55fcb4b81 2,404 1.00/1.00 vMB 63
648,265 648,265 000000000000000000060ae051a836d4b98b0e164ea2ec48d7c88591c95a87a7 1,435 1.00/1.00 vMB 83
648,264 648,264 00000000000000000001e8e33180f6439d1f90cc165644d6cb833389a7e85f91 2,166 1.00/1.00 vMB 83
648,263 648,263 000000000000000000001d32e5d358c677e043d7beb4faa9de5058276b75056c 1,657 1.00/1.00 vMB 67
648,262 648,262 0000000000000000000e89f7830e1406aa601dd686c299aa8c9b651601bc7428 1,458 1.00/1.00 vMB 68
648,261 648,261 00000000000000000004b7b91b4e29d0e9debba1f5247d8f0dc522e44e159d5c 2,020 1.00/1.00 vMB 67
648,260 648,260 000000000000000000071e3c6c1eaed55f7d6f78c6d5832883598b71318e5a6c 3,032 1.00/1.00 vMB 83
648,259 648,259 000000000000000000077ff8c94fdddba8c9aacac4281774976f8bee29466234 2,275 1.00/1.00 vMB 120
648,258 648,258 0000000000000000000ee9d8a6751d32fa86fcedcb5f3aa71d947e48cb917f04 2,572 1.00/1.00 vMB 66
648,257 648,257 00000000000000000002df681abe6bcbb510427ddfc7a42f34e653e5e7697f21 2,971 1.00/1.00 vMB 77
648,256 648,256 0000000000000000000b58e2d89068a9f02e64716f1b6f042122ca9aa0261841 1,912 0.89/1.00 vMB 36
648,255 648,255 000000000000000000013662f538c6edcc4d8f4e19199104446b30f71d188771 1,053 0.71/1.00 vMB 5
648,254 648,254 00000000000000000003f9211742bd785b9150bfdac031642ff02576c1c6b500 1,242 1.00/1.00 vMB 4
648,253 648,253 00000000000000000009f398c31a22c8c0d064a0d7235b4bf21f7dc60d816798 2,433 1.00/1.00 vMB 7
648,252 648,252 0000000000000000000c70bc93ce08a554353a653ba585f7192f971d07c2366e 2,283 1.00/1.00 vMB 24
648,251 648,251 0000000000000000000f1282454df194aa3d2f1f0fa3ba0fe63aae6f3a84e345 2,627 1.00/1.00 vMB 86
648,250 648,250 000000000000000000096c2e6cff82f2ce04a55cec67600c791b03dc1fdf35f9 1 0.00/1.00 vMB 0
648,249 648,249 0000000000000000000be1a76478376790aef89f91a0bec4de9557af983d4403 1,650 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.26 GB
    • Received: 13.51 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.