Loading Tool

Explorer IconExplorer

Memory Pool

72,458 transactions
28.04 vMB
0.06817724 BTC
Random Selection Loading Transactions
Max Size: 165.99/200 MB

Candidate Block

Mining Attempt 90e70aeb594663c5865a6db74daf338d8eeda9e11093ed988a463e7ed0271666
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 616b3417d4f469548a1202d3f0c31caa686d00f7027e3634a0595392fe5eb12b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,633
Size: 1.00 vMB
Total Fees: 0.01221884 BTC
Feerates: 157.46 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (239,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,276 675,276 000000000000000000035ae02acd017eedbf8a6ad81844d607ab2172e3bc6218 1,981 1.00/1.00 vMB 50
675,275 675,275 000000000000000000011c357d7a2b15982a949080298284556a740f138a7081 1,586 1.00/1.00 vMB 32
675,274 675,274 00000000000000000007d77c23c01ed009c5f9bbd15691d46506c55c3a3486b9 1,454 1.00/1.00 vMB 20
675,273 675,273 000000000000000000014dcb7a8a2e98bdc522d4ca6fc1d52a5428ad5d9247fe 1,376 1.00/1.00 vMB 105
675,272 675,272 00000000000000000002b1ac8df5d0d7bd8fd83ea404e34e317f7f0b4225f275 1,164 1.00/1.00 vMB 54
675,271 675,271 0000000000000000000464f518c8612c1b3978c98091aa5904a4088dfa667165 484 1.00/1.00 vMB 106
675,270 675,270 000000000000000000004925e3cac6d80cf929b5738966a181b4ec1a82df1945 1,256 1.00/1.00 vMB 27
675,269 675,269 0000000000000000000ac2f9bb84a143edf0ebe8da6720e99238eeb79a7e8cd8 1,581 1.00/1.00 vMB 35
675,268 675,268 00000000000000000004b372ccf4dae1c9d4ac2cce6927b4510dcbdbedda06b6 1,247 1.00/1.00 vMB 49
675,267 675,267 0000000000000000000bea89aaba2f1c8c021a02c7f3b85936e96f891b5f0a8d 1,340 1.00/1.00 vMB 34
675,266 675,266 000000000000000000004e56e600a19edbc331504cd2fa217b6c9dcac6984e8d 1,666 1.00/1.00 vMB 17
675,265 675,265 00000000000000000006b232814630528e83f80dbffd88b6b4d58a83bf05d8cf 2,118 1.00/1.00 vMB 75
675,264 675,264 00000000000000000000513effe345c79623d1ebe1d6a124b3cf1ff986630ede 2,224 1.00/1.00 vMB 62
675,263 675,263 000000000000000000019e1a2105b423f56d9022d91e9016498e3407709c0460 2,033 1.00/1.00 vMB 80
675,262 675,262 0000000000000000000179a150693c550b4d114d4a82ae1c8105866491a64f83 1,378 1.00/1.00 vMB 116
675,261 675,261 0000000000000000000be55655f21369fa3ca5ae3a5e46f18e49881f09723c74 1,605 1.00/1.00 vMB 121
675,260 675,260 000000000000000000064c2da84c630ff25ade2c52b2ccd44f6b1c088f95b068 1,511 1.00/1.00 vMB 56
675,259 675,259 00000000000000000004a4ffb89b19d249043a28766a9bafcf4267fd28a8fbbd 1,546 1.00/1.00 vMB 52
675,258 675,258 00000000000000000004bd22936e98498c41829ab807639f9c50f035bf3430ad 2,004 1.00/1.00 vMB 40
675,257 675,257 000000000000000000038ce68d48cba00408edf14f19fef2ea49f6e7f4ccd320 1,994 1.00/1.00 vMB 35
675,256 675,256 0000000000000000000cc09d037fbaf229fc9307b1a192c5c1ef65c57adc2fe2 1,424 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.