Loading Tool

Explorer IconExplorer

Memory Pool

77,916 transactions
28.86 vMB
0.08789798 BTC
Random Selection Loading Transactions
Max Size: 175.09/200 MB

Candidate Block

Mining Attempt 8640faf9caa3e9fbf95cec37333d6565e33cde6d4367e149937031ae6b696841
Version 20000000
Previous Block 000000000000000000002eabceb06a9084ae7362b60d023c0338d08728b0d723
Merkle Root 25ff8d8241276339a5736cbd9c97b15da6fc979bf6b4225afe4e48e61ab814b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.02782109 BTC
Feerates: 150.68 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,105 (125,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,405 789,405 000000000000000000054eb1458c5a16c2be23f5f2e40bd93630d16804be1123 3,680 1.00/1.00 vMB 95
789,404 789,404 00000000000000000003657b22f181b311c7f4f35a4ec4dd4a27d082a755f2c9 3,177 1.00/1.00 vMB 153
789,403 789,403 0000000000000000000207e793287f90e20c919b6b1787846f9741f9c9b83ac6 3,719 1.00/1.00 vMB 109
789,402 789,402 00000000000000000005917693ebc0c99e780d223fa6069364930d0f1386d187 3,483 1.00/1.00 vMB 197
789,401 789,401 000000000000000000024ab8b38908e4c53852f27f7e63b403c18a85c0e1aa1b 3,536 1.00/1.00 vMB 190
789,400 789,400 00000000000000000001a0e05ff9dc2bd55fe816b03fdd7edaaee9592cc73473 4,080 1.00/1.00 vMB 177
789,399 789,399 0000000000000000000534c693f5fa69ffcc9399290a7efa8360f178ff07d81a 4,160 1.00/1.00 vMB 104
789,398 789,398 000000000000000000048780dc04e0fe8139b10af7870eb8b6c012283469cee7 3,927 1.00/1.00 vMB 147
789,397 789,397 0000000000000000000195860d239d9d136f4ed6a58b8f5c8a6e276ec9c9894d 4,454 1.00/1.00 vMB 62
789,396 789,396 000000000000000000055b97a6378c1e5bf935bf9b7122df37745c1d6cc6668a 4,110 1.00/1.00 vMB 126
789,395 789,395 00000000000000000005c4222d826b2feab57f89836b180aebde7a864dc642f5 4,268 1.00/1.00 vMB 94
789,394 789,394 00000000000000000001d28381113d97b5365526c78ba417753b7933403fba63 3,176 1.00/1.00 vMB 222
789,393 789,393 00000000000000000003b3daa5a5cc89b1b05c79dda566ce01de2dfc2726b1dd 2,903 1.00/1.00 vMB 143
789,392 789,392 00000000000000000004591c552a5f03bb00e05a04d5ee52e10e527e4d414af1 3,354 1.00/1.00 vMB 304
789,391 789,391 000000000000000000042b78a1db50b12c89f02b4936ef8f47d2e355a5c16a13 3,914 1.00/1.00 vMB 96
789,390 789,390 00000000000000000005863571ac765b1c974eb81aa38ac2ed48cfad2aa1ddab 3,015 1.00/1.00 vMB 209
789,389 789,389 00000000000000000003a27e933df5636adf0427d49f29ef242dec5853b0e071 3,970 1.00/1.00 vMB 153
789,388 789,388 000000000000000000009de63b922d305db3081b84f9fa457c48c80f811a9bf2 2,570 1.00/1.00 vMB 270
789,387 789,387 00000000000000000002e305f0030f47d6bcb8f0761706bacc20c0702af4a096 3,038 1.00/1.00 vMB 170
789,386 789,386 00000000000000000001cac4057717beee3953e1a6a073838ddd3cdef64b42e9 3,459 1.00/1.00 vMB 159
789,385 789,385 000000000000000000015d05ffbd97c87c2ae071e23bc49a9da1d83e14ef0eab 4,125 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.57 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: 671.17 GB
    • Received: 15.87 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.