Loading Tool

Explorer IconExplorer

Memory Pool

45,494 transactions
27.62 vMB
0.07385764 BTC
Random Selection Loading Transactions
Max Size: 144.69/200 MB

Candidate Block

Mining Attempt ed60b803f7b5f0c6942d7848ee60e15707fd051e369ef9e9157d9acf907d34a8
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 5dfa3e5fefa1a000307be13601a3c9903d9eb5e360b9662a6e7fbe8a17f9c703
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.01887632 BTC
Feerates: 124.00 > 1.89 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (625,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,264 289,264 0000000000000000520ae4e6da71b24ddf87b3fa0592463761f4020e4262a43a 237 0.35/1.00 vMB 7
289,263 289,263 000000000000000053eb269f41b79229c0ca5d5d71b99cbf81a4c9af9ca26283 785 0.43/1.00 vMB 39
289,262 289,262 00000000000000001330b0127108a94c236c6a0560c5023e9fb8ce11bc4dce01 235 0.16/1.00 vMB 26
289,261 289,261 000000000000000112cdacfa063e4a2b1ac799c2f4e344abacfb23fc5f726dd2 704 0.25/1.00 vMB 43
289,260 289,260 0000000000000000cdd10fa5095dc19382c6e7fe05ae046b8b2b2e8166d6b1cc 270 0.15/1.00 vMB 29
289,259 289,259 000000000000000000c9079b54b7b4c98e2a06d6fcd799ceb6fc2e17906992a6 164 0.10/1.00 vMB 43
289,258 289,258 0000000000000000f7d3d4037813fefd96408252c48414e4b4c00cd712ff3da7 231 0.13/1.00 vMB 28
289,257 289,257 0000000000000000cec279c636755e8cdc2cd297bec359e6efa271c79b7349e7 325 0.23/1.00 vMB 25
289,256 289,256 00000000000000007ee6714a0e51cd35768b2c8f23be29930bcb6e0685f45bd3 813 0.35/1.00 vMB 43
289,255 289,255 000000000000000026b47f6aa54ddd3053cabdc901b248f00da2f8388221f969 221 0.10/1.00 vMB 35
289,254 289,254 0000000000000001150b884ce0e4a16983ecda94ae6acf4353819dd5c35e7632 226 0.14/1.00 vMB 26
289,253 289,253 00000000000000008f7bb5363b7537e4b5160f3592a4559c8cf6faf712ee0c2e 243 0.35/1.00 vMB 18
289,252 289,252 00000000000000001454e3c352ff6e95ec95fdeb23fdf1627fbb979afd6795c3 625 0.50/1.00 vMB 27
289,251 289,251 0000000000000000018dec2efa6c5a342b210e4899a521da823802c641ad82d4 542 0.25/1.00 vMB 34
289,250 289,250 0000000000000000a4d38630cf2d13669770f7a0f3ddbec4c4dc4fe99f42a313 2,229 0.90/1.00 vMB 52
289,249 289,249 0000000000000000da437464a222975048f94ef63946daad98c0ae0f0f18349c 20 0.01/1.00 vMB 37
289,248 289,248 0000000000000000563b7392be22964bedfe85308994355801c460d3e953295e 29 0.05/1.00 vMB 8
289,247 289,247 000000000000000084fab33d44cc84e14eb6b185d0c1c62cf3f950437d7c0202 537 0.30/1.00 vMB 55
289,246 289,246 00000000000000000a2c608c19c81d582e5a9059a0c0408f0e5f9617e8a2d7f6 122 0.06/1.00 vMB 38
289,245 289,245 00000000000000007d7ed923345ca9f7a5412ad3606f0296ccfac2a4372b1a8d 415 0.29/1.00 vMB 31
289,244 289,244 0000000000000000ef281ee0f6799f7f72d49e827366f96dd900a43cf7866a08 190 0.10/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.