Loading Tool

Explorer IconExplorer

Memory Pool

79,734 transactions
29.86 vMB
0.12256772 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt e4280deefc4b229a2fcbefd369e4d16e1c6735dcaf02033e412f967cc380e7e8
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (326,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,408 588,408 0000000000000000000be23554bddf1f44ffc524abf77d15fce7b5116f5a3d10 2,801 1.00/1.00 vMB 14
588,407 588,407 0000000000000000001d3095c06d9caaf9d1edb236a7636a76e407a98cae6c07 2,294 1.00/1.00 vMB 10
588,406 588,406 0000000000000000000b95a1cc6bfaff0aeb14a2390d6d70a10ad6051ba1b36d 2,769 1.00/1.00 vMB 39
588,405 588,405 00000000000000000018d28b073dbbba917d3e586d8b1efb4e71c494ec3d64c4 1,995 1.00/1.00 vMB 26
588,404 588,404 0000000000000000000a8ffa09c8cfa8b4ce127b87cd234bf255f04c4c5fbf1c 1,209 1.00/1.00 vMB 20
588,403 588,403 00000000000000000011944dd86c1a44945fb0858481b3c74fec58cda9d06519 1,172 1.00/1.00 vMB 13
588,402 588,402 0000000000000000001464268ab56e1cbbbbeb75047774586b0b78a16c31b048 1,159 1.00/1.00 vMB 12
588,401 588,401 0000000000000000001d1ff11dd3f753ed38a92174f97e194ccec75e557d568d 2,251 1.00/1.00 vMB 33
588,400 588,400 0000000000000000000261eb556a35b08926c2c0037d2ebbe55cc672000dd504 1,525 1.00/1.00 vMB 46
588,399 588,399 00000000000000000004a11e16555e925361f6fcbc27560b1cda459aa38960d8 853 1.00/1.00 vMB 69
588,398 588,398 000000000000000000169d800a72e029f9e2d9004f7911f16ab052d8df7b4b13 3,111 1.00/1.00 vMB 20
588,397 588,397 00000000000000000018834c55fe4ca41e9e23a41605846f7b3592431ff4664f 3,432 1.00/1.00 vMB 42
588,396 588,396 0000000000000000000b7b9cc6f84ebf91fc0ced3eb09748cad27ea484ab5140 2,985 1.00/1.00 vMB 35
588,395 588,395 0000000000000000000bf69330921e7807c24ff35f63d32f899104457149b19c 186 0.06/1.00 vMB 15
588,394 588,394 0000000000000000000ff87a301014865f72b03a902168ac9be1492ee30bfcfd 2,655 0.89/1.00 vMB 16
588,393 588,393 0000000000000000000bec1722783284c05f11e5b7b0e8a69c9661eb6d9b51fe 2,379 1.00/1.00 vMB 24
588,392 588,392 0000000000000000001264feaeba077ba96da57eb17853e7cd64f68f641ac341 2,271 0.80/1.00 vMB 7
588,391 588,391 000000000000000000172c01e73144b63e4f0f75982c5b70e67c096aa63ae97c 2,873 1.00/1.00 vMB 47
588,390 588,390 00000000000000000017cf1f57448ac8461eae3e160384fcfa430d56ad83efb1 2,525 0.81/1.00 vMB 18
588,389 588,389 0000000000000000000a2da97561bf74e7d137991e639955cd57f6810436e209 1,389 0.46/1.00 vMB 20
588,388 588,388 0000000000000000000692749cc708684331f9e9cc521ee6d0dcf2c49b0bd3a1 832 0.38/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.