Loading Tool

Explorer IconExplorer

Memory Pool

36,902 transactions
19.87 vMB
0.08861134 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.29/200 MB

Candidate Block

Mining Attempt f8b2ed6204805e0d2fa8cda70ce41f175f5c3d465258f2c2fae5bb90eeb4bcad
Version 20000000
Previous Block 000000000000000000015651fe9b1d3634ca42cfdaa4f2513c23cf2adbfbd148
Merkle Root 9d8b44bfbe4f45d4f885343d954b96dba86609d9b59156af2447f5956b99f2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,214
Size: 0.99794525 1.00 vMB
Total Fees: 0.04609416 BTC
Feerates: 301.35 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,842 (658,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,219 255,219 0000000000000006d6bc9f2918551298aa2df39d6281b804d725a7cf9914ef01 32 0.02/1.00 vMB 75
255,218 255,218 0000000000000018b6e40517784c1e97c4ce615525344d20b6a1b3f0ccf8e2b5 441 0.23/1.00 vMB 88
255,217 255,217 000000000000000c74d2f712aa15e075d1ed3df84fff83b456c839ec64499874 138 0.06/1.00 vMB 111
255,216 255,216 000000000000000f2585ab98eed0360a90ee32815c6405aeb540841d03d9dd5c 266 0.10/1.00 vMB 133
255,215 255,215 000000000000000654a6b0ee919ad51dcac10958a0deaf10d503ea9a1f0b8ee6 145 0.14/1.00 vMB 61
255,214 255,214 00000000000000124c22d7c023d4cee264d5b9c11ea6ad290fb0f847e00a4b82 98 0.04/1.00 vMB 135
255,213 255,213 000000000000003599b2a1d78b49c92c8a62621480ba7ac3b1f92895d91db0e2 65 0.02/1.00 vMB 142
255,212 255,212 00000000000000348eed570924b9758f2fe1bd1de9d0b0efd85db53670dc736c 24 0.01/1.00 vMB 74
255,211 255,211 00000000000000377cdb13c5d17f79e29c8772f27dfa51491feceef62381d4e3 99 0.05/1.00 vMB 97
255,210 255,210 00000000000000283cbf88e30c9caf441d9116733a90d1ffee3642c9a25c6396 251 0.11/1.00 vMB 125
255,209 255,209 000000000000002129aabebedc2a87884bf2d36fefa5581f735d3fcbc2a7244e 496 0.16/1.00 vMB 149
255,208 255,208 000000000000002344ce49fc0023c59b39ce0ad6b184dc3998f8f4a2ebe8d1aa 181 0.07/1.00 vMB 150
255,207 255,207 0000000000000022a71c0084f0653f67901cd2fb4dbd08b5cd86475998fa3a18 11 0.01/1.00 vMB 76
255,206 255,206 00000000000000266877aa7927bac468b157027351cfa5705c189e339e821842 85 0.03/1.00 vMB 114
255,205 255,205 000000000000001b903b2610063915324604b3bae8ecad65100cd3093bf9d938 305 0.10/1.00 vMB 134
255,204 255,204 000000000000001e2929d1b36429120deb32713e8a033458b18a6f0404f88286 90 0.03/1.00 vMB 115
255,203 255,203 000000000000001ae737f8ed6b9e5b111605aa01c49a83f9b257cf640ef6d773 281 0.09/1.00 vMB 160
255,202 255,202 000000000000002c283bc773f0840fa5f92ebcd4c80b6af2634321d457446bb7 1,097 0.43/1.00 vMB 136
255,201 255,201 00000000000000007c16ec68be74e6c108980de75b2bf1a581f2012e7bc0382a 64 0.02/1.00 vMB 79
255,200 255,200 000000000000003fe0f9f8cc49a8c93b0fb17b4e052fa638b034a040c5f71235 710 0.33/1.00 vMB 145
255,199 255,199 0000000000000029a114818d9b2ea34a7357e600c20df5b540cfa79f94fe5d5d 126 0.26/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 521.10 GB
    • Received: 4.81 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.