Loading Tool

Explorer IconExplorer

Memory Pool

79,221 transactions
29.52 vMB
0.06913380 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt a8a104eaaa3b042bb683544f853aa87f3f8a2a1e3d292c973fd268d1c1d117f8
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6728577473f4d6514598dc7878351db5c7ab7d28ae4cbd8ed20ca10b711bfd1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,097
Size: 1.00 vMB
Total Fees: 0.00912644 BTC
Feerates: 454.44 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (440,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,380 474,380 000000000000000001465ed728c887034a02f40f3216c0a7a539d98c95d69968 2,617 1.00/1.00 vMB 308
474,379 474,379 00000000000000000078c2351965f436a97135ef46939ecae6acb832c1bff4f1 1,506 1.00/1.00 vMB 126
474,378 474,378 0000000000000000012a05d7bc7e306525ffcd155e5f0391e2677b2b3b013651 1,906 1.00/1.00 vMB 254
474,377 474,377 0000000000000000008040bb8295419ac763910e74b8d5438b117c7c49bbf76f 1,127 1.00/1.00 vMB 259
474,376 474,376 0000000000000000015150f69bab844021dfa367dfe6aa7b9735e9ae1fb4c867 1,877 1.00/1.00 vMB 171
474,375 474,375 000000000000000000afd12a6c1dff66ecdd6d8c8c040741fc6cc8225b5437a3 2,110 1.00/1.00 vMB 322
474,374 474,374 00000000000000000117dfa34fd2e03182ca2f3ca67ec56dfe11e96b2157cacd 2,341 1.00/1.00 vMB 258
474,373 474,373 0000000000000000003fcd2d3efda72b86de255d628eaabdb303fd0840fece99 2,189 1.00/1.00 vMB 321
474,372 474,372 000000000000000000edfb44f8f4494194fd47bbb9af64aeb8167ef6dc0ecd46 2,652 1.00/1.00 vMB 289
474,371 474,371 000000000000000000ca89edef4b1b277d0caed9096bbc6015fb9582c7e717d0 1,637 1.00/1.00 vMB 101
474,370 474,370 00000000000000000177aa839e7b324d47284894e02e8daa62d821527415f3c9 1,889 1.00/1.00 vMB 220
474,369 474,369 0000000000000000012281626b6c6d4cd966c654da95cdaefe3a21b4382a2215 2,110 1.00/1.00 vMB 90
474,368 474,368 000000000000000000d633b0bbc1ee8c88f1a2d2ff54ba4138f7a2fa5f69b17f 2,177 1.00/1.00 vMB 236
474,367 474,367 0000000000000000009ca4d744aaed1608272c6f1f7b8c0779908fd14a379271 1,406 1.00/1.00 vMB 47
474,366 474,366 000000000000000000555227872739353a14e9ced69535bf51296051ce2adf6a 1,656 1.00/1.00 vMB 75
474,365 474,365 000000000000000000b63a62914cbbeb25ede07c1d4d306e0771fc48d39d0277 966 0.74/1.00 vMB 204
474,364 474,364 0000000000000000002c2da0ccbf30827c328e7ea173481d343cc6dd5b2bdcbe 1,857 1.00/1.00 vMB 111
474,363 474,363 00000000000000000017033ea56892b844b1743d27571f6ad292ad79fb558503 1,549 1.00/1.00 vMB 327
474,362 474,362 0000000000000000008e79985e5f8c75f10073e5cb4970015e8041b9bb1b7ff8 1,757 1.00/1.00 vMB 283
474,361 474,361 0000000000000000013adabd2257ea26ef46feab0974158f059c991e7fbd30aa 2,505 1.00/1.00 vMB 375
474,360 474,360 0000000000000000012f22394269bc608054d98bc39b24d04f7e10c6f500aea8 2,007 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.37 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: 663.22 GB
    • Received: 14.89 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.