Loading Tool

Explorer IconExplorer

Memory Pool

81,523 transactions
34.22 vMB
0.14202982 BTC
Random Selection Loading Transactions
Max Size: 194.84/200 MB

Candidate Block

Mining Attempt 875d644453a7ec3fd0f952c1b63dbc94c72ba887eaf2572d55ecd3221d047a29
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 9f286b780f8c7e0a89f840d8a8a19bc81c0d1bce719cac19909319e86fd4fba9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,804
Size: 1.00 vMB
Total Fees: 0.03066213 BTC
Feerates: 150.78 > 3.07 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (130,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,113 785,113 00000000000000000004fa2283994e7244ab21eee177b7278ab889ff6a2d6fd6 2,260 1.00/1.00 vMB 8
785,112 785,112 000000000000000000046c50628904db3fe9f0ba1740fc3a58441622f968c19a 3,718 1.00/1.00 vMB 26
785,111 785,111 00000000000000000002fb69bf5f7ad9491826d75962f225fd060cc97ad310df 3,480 1.00/1.00 vMB 24
785,110 785,110 00000000000000000002778abecc94e9bd4f8b5f1a18e1938ae909f9e6c187f1 1,176 1.00/1.00 vMB 7
785,109 785,109 000000000000000000026a3c3ff5a5ab28e368c1f1d3f9f498a9e8207ca55273 1,752 1.00/1.00 vMB 6
785,108 785,108 00000000000000000005c94e61b45ae9962acc2d61fa7831c2474edb0a6aa70e 2,620 1.00/1.00 vMB 15
785,107 785,107 00000000000000000001c82970aff26c29d4ea47a8e1af7a458117b52c5a7bdd 3,762 1.00/1.00 vMB 21
785,106 785,106 0000000000000000000119a784a0feb5d66800fb3291f4326adbcb0da2ab0027 3,316 1.00/1.00 vMB 33
785,105 785,105 000000000000000000012bd5b43e391b444b7e4efb7de27e3a9c6936621dd475 666 1.00/1.00 vMB 5
785,104 785,104 000000000000000000014163297ac0bd03f98bd00cae1c5248c4a78315fd49e4 1,468 1.00/1.00 vMB 9
785,103 785,103 000000000000000000053eef3fbc291d9235ab496691553712ac2f74b97b9ca3 863 1.00/1.00 vMB 5
785,102 785,102 0000000000000000000129fccbaa167b6b2b1d5136acba0f057bcdb1c6193b6b 1,754 1.00/1.00 vMB 13
785,101 785,101 000000000000000000017e69d5d683e3b4ca39177f4941021be274f702fd2c2a 3,053 1.00/1.00 vMB 26
785,100 785,100 00000000000000000003f72d8971656a9fb5ae4ede38c42fedd647d82532e2d1 2,163 1.00/1.00 vMB 28
785,099 785,099 00000000000000000001550a66bfc1b0dcf9a63a066fe25a3d869ab511efb4af 2,340 1.00/1.00 vMB 12
785,098 785,098 00000000000000000003d52ddd60a5c14a419cae4d7f17a955944dba62a90a40 1,246 1.00/1.00 vMB 7
785,097 785,097 00000000000000000003eae607810ffb91fd2797237636b4a8a385c22fa1c269 2,394 1.00/1.00 vMB 13
785,096 785,096 000000000000000000035e95d598779668af4fcc8b7d00812d97596c4c30dab2 1,914 1.00/1.00 vMB 11
785,095 785,095 0000000000000000000049af2d495822edb701291ad2264dc8f3921bea2227d3 3,064 1.00/1.00 vMB 15
785,094 785,094 0000000000000000000595c4447aeca726f55be44eee7853e08220533e521d40 3,456 1.00/1.00 vMB 21
785,093 785,093 000000000000000000052fe96b7360a5927fb18b7511b0e9790dad2930a0eb81 3,625 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.10 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: 728.08 GB
    • Received: 18.47 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.