Loading Tool

Explorer IconExplorer

Memory Pool

78,129 transactions
29.15 vMB
0.10127758 BTC
Random Selection Loading Transactions
Max Size: 175.37/200 MB

Candidate Block

Mining Attempt 12c54c7ca33437d860d0432472fd4a3921cd27b50eeb8ef41cd5deac884f6c13
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root 5473bb6394107b87c30994dc36b3633accd8921a1b293a8e5aefc6217f926453
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02709219 BTC
Feerates: 144.91 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (751,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,071 164,071 000000000000008107cbf9ce5d85060dedf0692915987ed25203fd56a5721391 5 0.00/1.00 vMB 11
164,070 164,070 00000000000006ea4d3c3fc11a4dc2558427f4ca1f00904b62050afda76b8f10 38 0.03/1.00 vMB 70
164,069 164,069 0000000000000a5de214ed545a8c9a0a618e3d418da27f5f8f412ad2708c934d 111 0.04/1.00 vMB 127
164,068 164,068 000000000000017ce16a2572a8b17c9e81148e0df6713283d668c78b04fd43c9 1 0.00/1.00 vMB 0
164,067 164,067 0000000000000095139027f986e406554fbc04d2f4ccc742b4fc1d1b162d4c2d 6 0.00/1.00 vMB 51
164,066 164,066 0000000000000cc2d811b21c3d597463816f1942e8cef421ef854e8f3d40eb6d 23 0.01/1.00 vMB 75
164,065 164,065 00000000000002da22f047aab030260596472fa202683c837048e8f3c9a8ab0f 25 0.01/1.00 vMB 207
164,064 164,064 0000000000000886e89e43de0f1f115920e50236ebf8f6f41b8991fa8f29dc03 10 0.00/1.00 vMB 37
164,063 164,063 00000000000008e451fc50d5493fa5fb09690f6d4c56ff7deebae3cae468cf10 25 0.01/1.00 vMB 248
164,062 164,062 0000000000000090fb8f6403af63a4b273d5f9d772163e5b33f22b26d4766d96 32 0.01/1.00 vMB 107
164,061 164,061 000000000000050d29e7a5f4deb5922dcf9a58a859bfbfac6e8313f8586fa74f 160 0.05/1.00 vMB 1
164,060 164,060 00000000000008520f850fad0ba72c7c8b89499db5c3f505cd2cec6538a62db8 94 0.06/1.00 vMB 134
164,059 164,059 0000000000000c8b8780585677b8d634a022360578382650cd4d6e922aaac3d1 71 0.03/1.00 vMB 165
164,058 164,058 0000000000000184a46e50af64c25fb36ab743b4dab017daf5251f6faf0c8305 162 0.05/1.00 vMB 7
164,057 164,057 0000000000000b8c30933452a48873102fbe05091dfe8a0ce82dbbec8b25ec2f 72 0.03/1.00 vMB 238
164,056 164,056 00000000000004be982f623619cb74c2300d16f14344122d5ab4dfbba748e53e 72 0.04/1.00 vMB 109
164,055 164,055 00000000000004cd6d5e4b51ee1111ef3c3daaf39cf193cec700c7dd4b778654 105 0.07/1.00 vMB 102
164,054 164,054 00000000000001d0a3f99bc319c10bbb5eff4ce1323d90260cffbef4a2650c9b 99 0.05/1.00 vMB 91
164,053 164,053 000000000000039bf53cf64a720088e821a4bfecaf6412236678a09912546d54 14 0.01/1.00 vMB 132
164,052 164,052 000000000000037b6cb25596d2f958329c09b804740b9ec17354c5ddfb2b54d0 32 0.02/1.00 vMB 315
164,051 164,051 000000000000028f27ef9862b3f64ee11145d91d0413dbcae6b2b70da7016834 23 0.02/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.