Loading Tool

Explorer IconExplorer

Memory Pool

80,656 transactions
30.01 vMB
0.12336125 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt 4e8e1d6a8f1833445ccfdb6765ac852d9c982bc45a9638b124827489081a7056
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 931c5032a4ccab99b1e0c8d3c27b688d872e8f3690532641d02eee425964234f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,612
Size: 1.00 vMB
Total Fees: 0.05083423 BTC
Feerates: 242.90 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (837,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,182 77,182 0000000000432a325bd281277218cb612de9b702c3ad7daa8d8713a12c55bb70 2 0.00/1.00 vMB 0
77,181 77,181 00000000004ac69a6afd7eec0a604ce20dad1f36ac4c3e3ac75f3cc774713e96 1 0.00/1.00 vMB 0
77,180 77,180 000000000043d93cc6dc1d166dfe184687ea89c68b8aa00a34e1404bcd6db2fb 1 0.00/1.00 vMB 0
77,179 77,179 00000000005f8f495daec153174237d78271c839c234c5571b700276d3f88cea 1 0.00/1.00 vMB 0
77,178 77,178 000000000054d225d3bf78ab6599a5d493fd7ed7c993a28fc6e087813eac2dd1 2 0.00/1.00 vMB 0
77,177 77,177 00000000004d160e089936af717f1cac79ffc619796aedff25bb5e0b90fc3a79 1 0.00/1.00 vMB 0
77,176 77,176 000000000059bf7ca5aa590438d88893b7ac98ea950b178d923f7151edd34cf2 1 0.00/1.00 vMB 0
77,175 77,175 000000000014dc96934441e14a0a886026ef4bded5083a334c43c1073e723a81 2 0.00/1.00 vMB 0
77,174 77,174 0000000000197efdd7345b8e0155d26b5917fbdf37d563e911a3b43a6c4a28c4 2 0.00/1.00 vMB 3,891
77,173 77,173 0000000000042734cf514fbbbb654dd27f1b58cd6897bb61243b58d22e168d29 3 0.00/1.00 vMB 2,403
77,172 77,172 000000000007af8ea219af49e40f0863226606a54a26ae60f79f7121bdcad3bf 1 0.00/1.00 vMB 0
77,171 77,171 00000000002cf6fba461d7b00a2ad3d506fcccbc0599c609dcffdb4d93d88600 2 0.00/1.00 vMB 3,875
77,170 77,170 000000000044694b6c1deeda5d7770322a169caaa174fc44dc8c144d7c3b072d 1 0.00/1.00 vMB 0
77,169 77,169 000000000015c36e56e783eb1441c06eaa42e8afe81ab1d3847e58e73df2df73 2 0.00/1.00 vMB 0
77,168 77,168 00000000005ca0181d0ffda7c1f9f5b486bd3c715b811224b428c2b0fe9a24e8 3 0.00/1.00 vMB 1,589
77,167 77,167 00000000001b0f471a9b0d8deb3f7367450484782d46fe80d0946dcf02bbbe8d 1 0.00/1.00 vMB 0
77,166 77,166 00000000002029bc7e93a9a91963cc8e9147b09f7bda23e30c9f40b648858054 1 0.00/1.00 vMB 0
77,165 77,165 000000000004779ab08d57904ba978305db65c03c2f3836a3c27ce2e03c93b3d 2 0.00/1.00 vMB 0
77,164 77,164 0000000000432c642639b64ebca4c013519da461189626a15549f69eb9de5844 1 0.00/1.00 vMB 0
77,163 77,163 00000000002968136a471ce6504d91c1552d6f412bc4561a959fe4bafd97bb09 1 0.00/1.00 vMB 0
77,162 77,162 00000000004f9d1f766094c31e868130870c90bbcdf9bfb0eb0482be2f97f857 2 0.00/1.00 vMB 3,861
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.