Loading Tool

Explorer IconExplorer

Memory Pool

45,112 transactions
26.57 vMB
0.05822607 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 9b1b926a3b35496d38c5b2c34863bd36f7a1a6cdb86d081cf4ed4e053d6d58a8
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root df53820934f08b3fc2b5658edeb756c3964a2a16a7675463b2bdf8a42c67ffec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,196
Size: 1.00 vMB
Total Fees: 0.00941257 BTC
Feerates: 150.62 > 0.94 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (461,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,191 453,191 00000000000000000084f27d1c23d648cf600a9937bd6d7bf762db4610661599 2,705 1.00/1.00 vMB 180
453,190 453,190 00000000000000000170ead7195b98770cdea3e428255ff9bdf3f5f2efa7c104 1,620 1.00/1.00 vMB 70
453,189 453,189 0000000000000000012bbdc82b06e250ff6cbcf9a6a316f08dcacf0dd68fc24a 2,963 0.93/1.00 vMB 85
453,188 453,188 000000000000000000cbc22136fdf93bdb6fc6491622ad331d6379e9321378dc 2,400 1.00/1.00 vMB 110
453,187 453,187 0000000000000000012f5ecf78e6018800c5bf671afc8a27fa86dc593d27887a 1,803 1.00/1.00 vMB 98
453,186 453,186 00000000000000000186122509339b2c6ee57665e7a50c4a1d6aa2280dae75b2 2,211 1.00/1.00 vMB 119
453,185 453,185 0000000000000000000c2fb7f5952f7a49cf18983004ee4b5eba407926be0c16 1,870 1.00/1.00 vMB 121
453,184 453,184 000000000000000002604f95d6f72bbe93035a5b17b3b30c5a9bc31d43fdf77b 2,259 1.00/1.00 vMB 161
453,183 453,183 000000000000000002537dcadc89fc4be3118c86162df7606700335bf03f6e6b 2,109 0.93/1.00 vMB 108
453,182 453,182 00000000000000000266c159fc6fc1340b6dbfb77434c89bde784afc725354e8 2,497 1.00/1.00 vMB 120
453,181 453,181 000000000000000001db9e01da0fa2dccf579ed5ff20c5906814d0184f737f82 2,292 1.00/1.00 vMB 130
453,180 453,180 000000000000000000a84227c9c6c491e7e03bff22a897a0ebbf3a3d895485a1 2,035 1.00/1.00 vMB 120
453,179 453,179 00000000000000000158de01eb9bbeeb16175233f85702066ee0322285b62d32 2,219 1.00/1.00 vMB 85
453,178 453,178 000000000000000001c1fd1baa43f0cbff5a8150aca7bc8e119eca070d157091 2,345 1.00/1.00 vMB 138
453,177 453,177 00000000000000000225d154540ba6d4619db77776b57e181299fd78a207c1da 2,156 1.00/1.00 vMB 82
453,176 453,176 000000000000000000b1cebacba41d5a51a10786f6358c835df30c8ff1afa9dc 2,166 1.00/1.00 vMB 112
453,175 453,175 000000000000000000e66f10e338423ae85a79fe478b86b6446b882af2b4b699 1,841 1.00/1.00 vMB 165
453,174 453,174 000000000000000001cc485e00fa3f2a550bbb2908798ecda4c6ab37570075a5 2,565 1.00/1.00 vMB 95
453,173 453,173 0000000000000000010ecc25ef2412091c5c5aec7b972b83d05f30df93bbe1e3 1,280 0.63/1.00 vMB 90
453,172 453,172 000000000000000002390016f1ba39ee9322afcbf7dcd731ff32c967d2de8527 2,793 1.00/1.00 vMB 141
453,171 453,171 0000000000000000012bc2b630c2d635dee6a1164e1c8901e91ade40d2a31e39 1,928 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.96 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: 647.41 GB
    • Received: 12.93 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.