Loading Tool

Explorer IconExplorer

Memory Pool

76,304 transactions
30.50 vMB
0.12835108 BTC
Random Selection Loading Transactions
Max Size: 175.51/200 MB

Candidate Block

Mining Attempt 19ae26abe9baf8391cd7d3d6f9c06522c06b1d22735357e808b4eb3c5fe7679c
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 86469495f342d30359860aa29becdc5b8c58cacc4263718961ee9a461bac0738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,310
Size: 1.00 vMB
Total Fees: 0.04620597 BTC
Feerates: 150.36 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (297,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,532 617,532 0000000000000000000bac0558328b6ab8595a1c8d95959bc0365bc5e9e9f142 3,065 0.85/1.00 vMB 20
617,531 617,531 0000000000000000000201f551317d0bf61c0e36e74b2a3dc180848d67f0fd80 1,349 0.35/1.00 vMB 20
617,530 617,530 000000000000000000080b86c62ee5f4b75e1786e9a24e131d32410d42bbbe9e 2,353 0.77/1.00 vMB 21
617,529 617,529 00000000000000000005613da8ffa2191bf7b8514460790021a96f152c1c708c 1,772 0.57/1.00 vMB 6
617,528 617,528 0000000000000000000b76be7f8fc819d32ab67818681ec228afb9119a2a3064 3,144 1.00/1.00 vMB 34
617,527 617,527 000000000000000000015741f97f1138e8aed1708c5215538c13e0b3a74d7ec9 948 0.26/1.00 vMB 25
617,526 617,526 0000000000000000000896bb418630c109dbbfe1c0a8e8f0bc4f707fe09fd3a1 1,358 0.45/1.00 vMB 27
617,525 617,525 0000000000000000000958fb904cc494ce37647a78aa2af603bdc1a2ad854293 659 0.23/1.00 vMB 19
617,524 617,524 0000000000000000000b4ad15a070667ba1b71fb830db42c2a6b2082e12054e9 985 0.34/1.00 vMB 22
617,523 617,523 00000000000000000003156467b6e459261b4e71e0711838657e337fc40b76f7 2,128 0.91/1.00 vMB 1
617,522 617,522 0000000000000000000abf43183bea054d2cdadb89242c9055e71e165c8e36b4 1,482 1.00/1.00 vMB 4
617,521 617,521 00000000000000000005658b9f454b386de914022e45d7282688ac7f3ad08cf8 1,988 1.00/1.00 vMB 8
617,520 617,520 000000000000000000006a8f09cafa62977a327d6e1c0712427c4ca31be0c549 3,054 1.00/1.00 vMB 7
617,519 617,519 0000000000000000000f074e0533e8109ab15e72026f9b1e7579e6835d5840df 2,382 1.00/1.00 vMB 32
617,518 617,518 0000000000000000000a1c5c75de52f3fda0b444b2d9561b768f68224a2a3290 3,091 1.00/1.00 vMB 39
617,517 617,517 00000000000000000009c791acbc3d9944910d02295c9c9f53233b7f9c760584 3,024 1.00/1.00 vMB 16
617,516 617,516 00000000000000000007dad75e64a3b0753d4f4f799b1f4bab727df2c39b6f44 3,105 1.00/1.00 vMB 23
617,515 617,515 0000000000000000000b136932725cee01bc6dbb5729213acaad7851da5eec92 3,094 1.00/1.00 vMB 10
617,514 617,514 00000000000000000010cb0059ae6e02ee93edfd0b75444e7b3deb842eab7b36 2,590 1.00/1.00 vMB 14
617,513 617,513 00000000000000000003f7819a7ca6bdbbe24975f7607b1137c4f2705f243f5b 3,025 1.00/1.00 vMB 26
617,512 617,512 0000000000000000000cb3a3d7fdff8af4c7795471b98a685b88a3252b568d10 3,592 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.