Loading Tool

Explorer IconExplorer

Memory Pool

14,363 transactions
11.01 vMB
0.03920573 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.66/200 MB

Candidate Block

Mining Attempt 867912b46a58e6064dd31f705350be400a79231360f1d6f576ebf8d3a37d75da
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root a8455b61ac7bd4602c5a2b2933695e7c42d35c7ab58503068ad687cc3f421f60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 0.9979795 1.00 vMB
Total Fees: 0.01818093 BTC
Feerates: 151.03 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (746,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,612 167,612 00000000000009cff9f7197b352137da271d3e5814860ab9b1e33fbc66849a32 159 0.05/1.00 vMB 27
167,611 167,611 00000000000008f8af5f3b48f8111f335274d0c2ad766e05a9f4ecf89fb38814 79 0.03/1.00 vMB 1,228
167,610 167,610 00000000000001c3459737d51dd5acfe154e6bd18462d5c694cd3b2bcca9cd6b 53 0.04/1.00 vMB 252
167,609 167,609 0000000000000164e452b521192214cd01df93801ac66568a3f38bc7b3f92353 19 0.02/1.00 vMB 137
167,608 167,608 0000000000000ae71d864c5ddb87154b75b8d5ea00f9021c9107bdf5d7ea89b6 11 0.00/1.00 vMB 171
167,607 167,607 00000000000003106c307ca6c68bc01df4b11b9b85158cda0737745493c50222 58 0.03/1.00 vMB 128
167,606 167,606 000000000000090943373bf3b0212b7b62446342062877f89ca73e637a467394 6 0.00/1.00 vMB 68
167,605 167,605 000000000000001f9d3589c298101229dc0c380fe708e665f4ee7f202f19b2d8 18 0.01/1.00 vMB 145
167,604 167,604 00000000000003769568efbf58942675342431cb5b03a25c1958d38b47b8baa0 15 0.01/1.00 vMB 307
167,603 167,603 00000000000000fd033cb6869be8d5e17c916867ea0610f359ae76c80f521027 1 0.00/1.00 vMB 0
167,602 167,602 0000000000000555bdfa69efed790977fa3ca136e3d11dab87a6b34ecbcc6f1c 10 0.00/1.00 vMB 610
167,601 167,601 00000000000009d3221c8d4bcebd43562049038f63323b7beeed076d8a6a42d4 104 0.03/1.00 vMB 113
167,600 167,600 00000000000007f1c694428baecd66cfa8f0ac2a276e3b682e7c39c9d9807ef7 26 0.01/1.00 vMB 360
167,599 167,599 0000000000000bc08fafe950e6282a8d0981729933df2b2d763dbb297bc001c3 46 0.02/1.00 vMB 826
167,598 167,598 00000000000009c8c844bc21c9e513e1a68922ca6b5d9e8cbd91ca24a5995d7e 11 0.00/1.00 vMB 118
167,597 167,597 0000000000000999759e886a8b8372e95aa8846239e0245c637d44dd08e55a57 6 0.00/1.00 vMB 769
167,596 167,596 000000000000018bb11d7420907d41af24accb76bdbb40f77ce8b4137b26aa2b 17 0.01/1.00 vMB 1,404
167,595 167,595 00000000000004f0e2034ae61e6b0966a5696979ce870251a6a55124c3881178 7 0.00/1.00 vMB 18
167,594 167,594 00000000000000d5676d7f4aeba611548a999edc3f094238dff4594f5032a386 20 0.01/1.00 vMB 96
167,593 167,593 0000000000000549dca21038e927cd3267edff964772e0a987bc97821344752a 11 0.00/1.00 vMB 98
167,592 167,592 00000000000005703704d5e97d3efb6d9c0708a116613b6d85b87c12467663ef 76 0.03/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 780.29 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: 517.15 GB
    • Received: 4.51 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.