Loading Tool

Explorer IconExplorer

Memory Pool

29,298 transactions
5.64 vMB
0.02835035 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.20/200 MB

Candidate Block

Mining Attempt 3ef9f52f9b44f547e5e6d80b9a806ca2533a90c058aedfec193202e6f1e5811e
Version 20000000
Previous Block 00000000000000000000cafd638156aeaed7f06745d8bac0828a3f49c670b07c
Merkle Root 545d169309237b235e0f85caed8dfa6c5f8573814b00ec225be4b4b3c8de9baa
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,459
Size: 0.45 vMB
Total Fees: 0.01474187 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,958 (738,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,550 174,550 00000000000006e4db5b728b790c96ed269a2aeb8a4ae8d6eef2e78e47d03785 0.02 MB 25 194
174,549 174,549 00000000000007622daa6569244db453bd5231f6f9025592ab62d852f14977d1 0.01 MB 39 192
174,548 174,548 000000000000051c3ff5c64fb412f4e9b8c1ac63acfa70e54a7625b9b3db16d1 0.04 MB 77 61
174,547 174,547 00000000000001d9446536834d475b9491c8b09cc0d944aa5fbee4356d53a50a 0.02 MB 75 78
174,546 174,546 000000000000037a5fb47f435fec7701c0a8c144c0e64c366b62339216db4d6e 0.00 MB 14 20
174,545 174,545 0000000000000635b0bc4188b0444f5aaea55050e9de7482adf71899d7347f15 0.00 MB 8 628
174,544 174,544 00000000000001b70fba3602079dd2418ea4847cdd85b870eab7533d7a2ed7b3 0.02 MB 38 32
174,543 174,543 0000000000000a0115ceddd8bf767b5e51f90545453aaac14a4d14972e57af35 0.03 MB 47 72
174,542 174,542 00000000000005b1620c1bdd7226c0cc19a47de2e46dc0a014a6799ad02607b1 0.04 MB 68 94
174,541 174,541 000000000000040edb214632457c4a911983a2b7af77a81873ea4a3326bdec72 0.06 MB 44 112
174,540 174,540 000000000000029ec73f90a7ff3ce1df865a987f75d6217b94c305d6f4d52691 0.05 MB 165 59
174,539 174,539 0000000000000386e0d3e65e38d8dc7940643da53f638a5850f15e0590eca3cc 0.04 MB 27 722
174,538 174,538 00000000000006def65197e3f0be24b0d9e6a22fd359bee40e47951b24707651 0.01 MB 24 26
174,537 174,537 000000000000033bbb4777e0fdb73bd384568b50ccb975be970775a413039da3 0.03 MB 79 225
174,536 174,536 00000000000006695a0b08e91e533c334cebad8ea7d707660077f9290c04ab5d 0.03 MB 63 78
174,535 174,535 0000000000000608b97150a3d12a9c7367237ac87485f554485966b880225001 0.08 MB 32 53
174,534 174,534 00000000000006b1882e112637d3ba55367e6c0bd8af2c90eef0f058cd684ecf 0.04 MB 137 56
174,533 174,533 0000000000000022bf50c442974b9dbfacfb94d2bd6fe46e9fca54ed73c8c4d3 0.02 MB 32 25
174,532 174,532 0000000000000099cef1a135d8dd152e9e359c5723448ba0b72ca4e8849084ec 0.05 MB 75 101
174,531 174,531 00000000000000790450018906fbed3412e7956a4d44812da11b458c7a4c2267 0.05 MB 133 58
174,530 174,530 0000000000000916fdfe640994b7efb10cf590bc6160b3523e748d85b78686ab 0.06 MB 28 85
Previous 10 blocks ↓
Total Size: 778.77 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: 350.22 GB
    • Received: 3.07 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.