Loading Tool

Explorer IconExplorer

Memory Pool

35,883 transactions
19.47 vMB
0.06278793 BTC
Random Selection Loading Transactions
Max Size: 106.37/200 MB

Candidate Block

Mining Attempt 410d9ec8b008b464bd15d625d8fa2f5dfb11cea09212983a3b906483176adf02
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root 34363bce919b3e0e7a35ddc250351d3cf0efff7887d34e35693211569a1d2c3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,011
Size: 1.00 vMB
Total Fees: 0.02509854 BTC
Feerates: 308.18 > 2.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (762,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,425 151,425 000000000000092d62ce5ec0922e488f7d44f6c8cb29b652910512c1dc808f15 25 0.01/1.00 vMB 67
151,424 151,424 0000000000000a32229820bdf7fa2d9df34bbca03bbf1ae820847dea3fdb0cc5 18 0.01/1.00 vMB 333
151,423 151,423 00000000000008dcc8747929fa82eaf8dcc5b7edbdeb2400b15e39280d544ad8 17 0.01/1.00 vMB 92
151,422 151,422 00000000000005525b16346e07baadd70dceb8bba835e5b6a98a5be9f2e2ab35 28 0.01/1.00 vMB 13
151,421 151,421 00000000000008d267b36266157066e57dbb2c69bf6f3cfe110ef9229e4eb299 39 0.01/1.00 vMB 253
151,420 151,420 0000000000000d452cc0d1a63ab18d15e842061024c0bff0ed6ae74e70b0d5b9 73 0.02/1.00 vMB 136
151,419 151,419 0000000000000aa00cff1b3770a76f3ef730982289b674ff9ebd66dcd0a246f6 80 0.02/1.00 vMB 6
151,418 151,418 00000000000006c8fdb1df469f648d2fc8037c5b78ba2f278178bb50e950e559 60 0.04/1.00 vMB 218
151,417 151,417 00000000000008db89c27364735644efb15ad7e138d281971de59470508f4be3 4 0.00/1.00 vMB 44
151,416 151,416 00000000000003e231e2b94506e7c28bcf9c1dd376eee9611086c462f72bb0c7 26 0.01/1.00 vMB 133
151,415 151,415 0000000000000cd28531e2dadd78f5198c6a5dc006b39ccfa964f3c2b4c4060e 22 0.01/1.00 vMB 104
151,414 151,414 00000000000000c9e81a1533fc1fb10ec8d25fd564c4124370cb7809cf48b1a6 5 0.00/1.00 vMB 1,147
151,413 151,413 00000000000005bafeb59afa299055a4aa9e0ca457692146bd82054669cda561 124 0.03/1.00 vMB 73
151,412 151,412 0000000000000c2255e71fc3d90eb4cd47dbbc9cbef30828ed1d18f3b71c0ab6 57 0.02/1.00 vMB 137
151,411 151,411 0000000000000441b66032e279259a7274a6d382f996ca404e206a8076391529 73 0.03/1.00 vMB 97
151,410 151,410 0000000000000176d3e9d9062d83610f17d0986dda385e3f33da8763f81c3c99 6 0.00/1.00 vMB 35
151,409 151,409 00000000000005d75357af4215d8b0d84ca50d10926f47dd1fdb21de90f7dfe3 37 0.02/1.00 vMB 99
151,408 151,408 00000000000000f0f22c6d9fe7c0051531a4355749a8a136edf776937904c33f 2 0.00/1.00 vMB 0
151,407 151,407 00000000000006f0c3328bf56c07fa5805c69e6c81a324f7342c9646b72cd994 7 0.00/1.00 vMB 35
151,406 151,406 00000000000005b88e8a5f68346444b9dbaa075c9cdbc66d4a917a6416d550f8 26 0.01/1.00 vMB 70
151,405 151,405 000000000000023f7d465eb47ba8c190a292d672227b255faf9bfe98571b9ea2 15 0.00/1.00 vMB 839
Previous 10 blocks ↓
Total Size: 780.80 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: 559.77 GB
    • Received: 7.29 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.