Loading Tool

Explorer IconExplorer

Memory Pool

43,686 transactions
27.22 vMB
0.10115871 BTC
Random Selection Loading Transactions
Max Size: 142.47/200 MB

Candidate Block

Mining Attempt ebab2636b228d15af3d0f6168fd722d1f3a92b0d2b74d7f992197a39aeb996ab
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root a1719a53fd212b14bc73d36efb59d5e0cee32f8c1c19747bb13a19a4224372a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.04850356 BTC
Feerates: 151.01 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (591,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,655 323,655 000000000000000016603a15ec1538514af4ba5db4001a6449edcab57d9cc64e 431 0.48/1.00 vMB 18
323,654 323,654 00000000000000001aa4deb2e9f0d38bc2f9a7c75ef8ee1e8f719b15c87e50eb 922 0.35/1.00 vMB 47
323,653 323,653 00000000000000001674c57733a899f6ae3f58093260649c8eab127595a0720d 159 0.19/1.00 vMB 15
323,652 323,652 0000000000000000138fb8b8b13e78d57e8c147e9a97fab0163a3026be07f3d2 927 0.50/1.00 vMB 31
323,651 323,651 00000000000000000267173c2641f4a3ee10912c9fa84e6d7274eff79dcc1172 223 0.14/1.00 vMB 25
323,650 323,650 000000000000000010cf86d08ab8864541f80f2e701f005cbf29064a7e209cc4 122 0.10/1.00 vMB 15
323,649 323,649 0000000000000000177beac8e28b3122a7fb860e0102d2e9d500370f3458774f 155 0.23/1.00 vMB 13
323,648 323,648 00000000000000001242dbf905d6e20f57403446bb9dfe0e96a02f62815a3abe 1,470 0.75/1.00 vMB 30
323,647 323,647 00000000000000001d75888eea7eb90380ec1acfd1a1fa3a26c8037ad693ad34 456 0.26/1.00 vMB 26
323,646 323,646 000000000000000019e37fbbaa85e9f831183158df4a78da4773e9c8ab3daada 723 0.42/1.00 vMB 26
323,645 323,645 0000000000000000140a9685c11b70f7a43e273d5b5b87fc3f9730a4c4b147b8 556 0.45/1.00 vMB 47
323,644 323,644 00000000000000000eb9096abcbb7f4bb42e80cb0c0d89f424c4f9228f80b56b 1,151 0.50/1.00 vMB 35
323,643 323,643 00000000000000000cdad4bdd5ff27f978119e085ff575f12d778ac317541498 254 0.13/1.00 vMB 32
323,642 323,642 0000000000000000009965d7157952b69bcc239063396b479689ba5bf12a51eb 234 0.12/1.00 vMB 29
323,641 323,641 000000000000000000122126f38cebbcc1461ac271a3644c0495d0283fffb025 1,451 0.71/1.00 vMB 30
323,640 323,640 00000000000000000e7159d3ca72f9cb66d0e54745c00fa4c5ade0a0f38e0714 122 0.07/1.00 vMB 24
323,639 323,639 00000000000000001770f8b7a93c9738b857c61b7ec4f0fe82478e23d42e6dec 685 0.70/1.00 vMB 18
323,638 323,638 000000000000000011c800599ed0e234d0b7f8eac108d27dfce2118e116a8db2 1,042 0.35/1.00 vMB 43
323,637 323,637 000000000000000007d7eef6a165ffaa71990f1f623840a253bb3ec465ca8889 173 0.10/1.00 vMB 22
323,636 323,636 000000000000000017613c372b8c4c6ab4949eb5738366fb79b025d3a2f9dc39 950 0.53/1.00 vMB 27
323,635 323,635 00000000000000000a9fd68fcc6bf1925c6339109787b179ecf4d0ac3c27da48 1,061 0.60/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.97 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.