Loading Tool

Explorer IconExplorer

Memory Pool

79,534 transactions
30.19 vMB
0.08712868 BTC
Random Selection Loading Transactions
Max Size: 183.89/200 MB

Candidate Block

Mining Attempt 999f607a3333bd27e1c3092b9224681f83dc01ab7227bc6a24ef898535d451a4
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 6789ec3892e213d8e36ae2ee0b5d94be46fc5edfe90aa6fa36eedd523a0c53d1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.01992545 BTC
Feerates: 300.83 > 2.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (450,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,677 464,677 0000000000000000016854f9f05742caf6e517003599de1cac7d766b0eca6b8a 2,056 1.00/1.00 vMB 166
464,676 464,676 000000000000000000afbff11833213e13a291a2d7bbca23c53a9c407baf36a5 1,954 1.00/1.00 vMB 203
464,675 464,675 0000000000000000018f4b9ba95d79fedc2a995b37d725f365b492c634d45873 2,131 1.00/1.00 vMB 206
464,674 464,674 00000000000000000137c40de7e8be4306b6870567b18e2f42881b33398f50ab 2,429 1.00/1.00 vMB 165
464,673 464,673 000000000000000001a333a9d9ef937428d87bd0e8f0ca1d9c7f2f9a2cf00ed5 2,400 1.00/1.00 vMB 175
464,672 464,672 0000000000000000005c0fb861cd9691cc9c93f54eae8f4dd4490b8a7251aab1 2,773 1.00/1.00 vMB 211
464,671 464,671 00000000000000000088842c992f81db47afcd2e0369804274c3e6446a5798d8 2,621 1.00/1.00 vMB 201
464,670 464,670 00000000000000000102946e40c292e888eeb1129f32fb736233ca2ef6322b97 2,250 1.00/1.00 vMB 188
464,669 464,669 000000000000000001ec74a3b7c956e4d18258a284aa1128fe0fc528df7b05c0 3,013 1.00/1.00 vMB 249
464,668 464,668 000000000000000001bd2ae621688da161e817792762956ad4510cd54a88db46 2,374 1.00/1.00 vMB 168
464,667 464,667 000000000000000000f6a3e6483acf26975a4c7bc47ce6a59cd52a7584fd1ab1 2,317 1.00/1.00 vMB 209
464,666 464,666 000000000000000001b739822b9126d747457d30537fb70e2f1ac74047ffc665 1,942 1.00/1.00 vMB 163
464,665 464,665 00000000000000000015c12051222f91cbc8a4f4e8882b6579f67f099004e8a1 2,891 1.00/1.00 vMB 218
464,664 464,664 000000000000000001dba4330010bbdcdd0db06ec73f89958752614cf3f584da 2,072 1.00/1.00 vMB 225
464,663 464,663 0000000000000000010d7bfa86a56ab402fffb213808f0d09234f0d6871fe586 2,127 1.00/1.00 vMB 194
464,662 464,662 000000000000000001d2440dfa28770165b256821a773bcfea51e2081e2453af 2,573 1.00/1.00 vMB 191
464,661 464,661 0000000000000000006e863856b627c5e6f2942bc2fb8625c5ad8abdcae0a25c 2,136 1.00/1.00 vMB 234
464,660 464,660 00000000000000000183e531decc27aa2be73100cfabbdff9b08697e11a88923 2,636 1.00/1.00 vMB 210
464,659 464,659 00000000000000000066ae6c79fe11ae612297a32980c6718de722277e3b66ad 2,628 1.00/1.00 vMB 199
464,658 464,658 000000000000000001e588da8503398fec2fb4e6c6372b1940bee11030738a0a 2,736 1.00/1.00 vMB 205
464,657 464,657 000000000000000001cc213774185fd5d879ee3ad2ce1e83c69d96abf3e4c194 1,742 1.00/1.00 vMB 221
Previous 10 blocks ↓
Total Size: 783.07 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: 720.93 GB
    • Received: 18.31 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.