Loading Tool

Explorer IconExplorer

Memory Pool

79,691 transactions
29.27 vMB
0.12635154 BTC
Random Selection Loading Transactions
Max Size: 177.19/200 MB

Candidate Block

Mining Attempt f535af15d6589af85c6da1b3c9ffab317cbe1993c65ed3ac7411aa010b067482
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e15b866cf88927cf59e9d7c8098049fbcf56235f62293a2867290f0ef82f476
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,448
Size: 1.00 vMB
Total Fees: 0.04702166 BTC
Feerates: 602.26 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (461,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,285 454,285 000000000000000000f19b8dbc679ed45b09da4f3ffd1f44a907c3c231e7c987 2,519 1.00/1.00 vMB 156
454,284 454,284 000000000000000001a7d1e96ff56662f4c887aef55e1579c6164425b1c573b5 2,642 1.00/1.00 vMB 162
454,283 454,283 000000000000000000096a77af0965630317614be917ad9a5c69482573c2d3ec 2,336 0.93/1.00 vMB 181
454,282 454,282 00000000000000000137e8f7309c78f4772f1f46d4c3c90458e492d53ad730dc 2,286 1.00/1.00 vMB 157
454,281 454,281 00000000000000000210d897b383d608c09d833b04145fce149864bc667eaea2 1,893 1.00/1.00 vMB 124
454,280 454,280 0000000000000000017ffe5ed3f1c0b8cd7a8e911f034b2fbc6faefa4cf9ffd9 1,938 1.00/1.00 vMB 127
454,279 454,279 0000000000000000015edf19f4369ec61ed50e1a53a1268633bbe1516d22b884 2,554 1.00/1.00 vMB 190
454,278 454,278 00000000000000000177f051a8853613897a08c813bbde0b78c4a090b13c0451 2,304 1.00/1.00 vMB 172
454,277 454,277 000000000000000000b5e6d35d74f8fe1ec8f730d8a7e67a4c4476c3cbdc1951 1,434 1.00/1.00 vMB 100
454,276 454,276 00000000000000000213d2ab3386bc47a6a23a3bb496bc885532634b611be070 1,982 1.00/1.00 vMB 101
454,275 454,275 0000000000000000027af72250819148f33b965f972eff6f80e831cdad12726b 2,154 1.00/1.00 vMB 134
454,274 454,274 000000000000000001dd55c298d93166051464a9cc33d93556f21f8d6c61d78d 3,087 1.00/1.00 vMB 133
454,273 454,273 0000000000000000015b38524a56642fec4280609f9a19fc689db31a1c3500fc 2,055 1.00/1.00 vMB 118
454,272 454,272 0000000000000000027936ccfbd40ee2cd1bb00b3f9f45a7f3f040f4eda701b8 1,292 0.86/1.00 vMB 131
454,271 454,271 0000000000000000017c98b5448e877cc7b1dd5449ca2ffca9b3c3f1086064d2 1,158 1.00/1.00 vMB 99
454,270 454,270 0000000000000000004bf362d883f7762a9cb63160c083019401766b340cad79 1,770 1.00/1.00 vMB 116
454,269 454,269 0000000000000000001220f78a51ed7bee24eb451e5e0d5287d1916a07259fd4 2,067 1.00/1.00 vMB 138
454,268 454,268 000000000000000000bfa1ec58bfc35ab6c0cfe62249986956e163f97ef66a15 2,059 1.00/1.00 vMB 132
454,267 454,267 00000000000000000166a09739ba50f77b7357e1bb27a7019ab3ffd5ef19082b 1,980 0.86/1.00 vMB 127
454,266 454,266 000000000000000001f40cbe913ebc38de383e879d40bb845f79b52db9a9cd7f 2,255 1.00/1.00 vMB 139
454,265 454,265 000000000000000000006d906715ea5f6389fd66693ab9db55005bffd293409e 2,848 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.