Loading Tool

Explorer IconExplorer

Memory Pool

72,980 transactions
28.19 vMB
0.07286703 BTC
Random Selection Loading Transactions
Max Size: 166.81/200 MB

Candidate Block

Mining Attempt 46e174700cf44792e08045742f4ca5308fa1db22c71a1d1c39679f2b6f62cdb4
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root cd3f1a0870a144d4b6cc8c377f9c51ea483a4e0e0fee7d02cd7047dd8581097a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,073
Size: 1.00 vMB
Total Fees: 0.01641764 BTC
Feerates: 157.46 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (411,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,259 503,259 0000000000000000007979d7f1c6be97d32b19a0a5a957813d3c8232f9dd22dc 1 0.00/1.00 vMB 0
503,258 503,258 0000000000000000000b5313cdffdc9bdcdf366664bb98c473d6b79d6d20ec93 2,391 1.00/1.00 vMB 533
503,257 503,257 0000000000000000006c82b56ad73d696cf217fe6faa602c9527afab121cc978 2,454 1.00/1.00 vMB 479
503,256 503,256 00000000000000000078b1a7c9637852f8d6464afeacc6db038d55902a1abd04 2,836 1.00/1.00 vMB 556
503,255 503,255 00000000000000000051d2f0f594628a06db0a49fa54f3038500d9941b57b083 2,717 1.00/1.00 vMB 522
503,254 503,254 0000000000000000006e4cb789669b2c7fd4a5e9c4679ca247ef756e686da151 2,689 1.00/1.00 vMB 566
503,253 503,253 0000000000000000007cc5e3f0ae181a5cbc6551b60a49144bb200f2bcf74c71 2,490 1.00/1.00 vMB 485
503,252 503,252 000000000000000000319a2a35a3ca0ed8b0f72a59beb8bbf7e13039ac47fc88 2,923 1.00/1.00 vMB 532
503,251 503,251 0000000000000000000b386bafcbff0da97ddb6e4e24eb94db101004342b519c 3,035 1.00/1.00 vMB 524
503,250 503,250 0000000000000000000dd90851742a36011694985bba3dd74b44227d3afe1285 3,029 1.00/1.00 vMB 512
503,249 503,249 00000000000000000017a72f91650f32938eeb06d6b40f662b0f4576f03dc826 2,945 1.00/1.00 vMB 566
503,248 503,248 000000000000000000348e2ee710c632761f55688ea05d1b93e75faa9503c183 3,462 1.00/1.00 vMB 532
503,247 503,247 000000000000000000780c9c7acd9ec1bd01cc9cc8eb506ef25188579acfa89c 2,043 1.00/1.00 vMB 578
503,246 503,246 0000000000000000003d88ea4fa34170c8e1aebe737b7008bf0c54b8e28ba38a 2,469 1.00/1.00 vMB 564
503,245 503,245 0000000000000000001162fb51c7c9dfa5e2773535b135dac28125dd2f56e9ac 2,443 1.00/1.00 vMB 481
503,244 503,244 0000000000000000006d3b396dcc38d54a63c83d5f5312810f9b1b71cbddd4de 2,910 1.00/1.00 vMB 543
503,243 503,243 00000000000000000063113fc729d1cce206d85be5b8b87086c3c7e85720390e 2,201 1.00/1.00 vMB 382
503,242 503,242 0000000000000000001d30a959e45887f7377d0b602a576c55fcf2c125ed0fb0 1,330 1.00/1.00 vMB 329
503,241 503,241 0000000000000000003ef5d72f48c7e7d660dc0fcf7c5f3a7fe216682c952f8a 1,114 1.00/1.00 vMB 217
503,240 503,240 0000000000000000002f663c12a1200612710d3f9dbe21ce95b06b798a33463d 1,204 1.00/1.00 vMB 226
503,239 503,239 0000000000000000007d5c9b522b58df0a8b833fd00a854aeb6c340091b0be49 1,694 1.00/1.00 vMB 386
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.52 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.