Loading Tool

Explorer IconExplorer

Memory Pool

78,058 transactions
29.03 vMB
0.10196922 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 7221833880945210fbeb5ae9894dea9cf93b70a6edb8dec931f1f04d011e99a7
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0ec08f1d2f2baf90111368f72385d6c4704bfa99f0badf118a59f4f2442a02bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,953
Size: 1.00 vMB
Total Fees: 0.03061759 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (116,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,072 799,072 00000000000000000004db285bfab7c5857332ed1a04a83ddc6acfc292d53532 4,731 1.00/1.00 vMB 6
799,071 799,071 000000000000000000005d039ec3a26bf9a9a61f1ec4ae35ef6c7425735c5a5f 3,460 1.00/1.00 vMB 13
799,070 799,070 000000000000000000001b8935fd0bf7c93656202b6cb68b05c8ec3979f0650e 2,420 1.00/1.00 vMB 12
799,069 799,069 000000000000000000036f13cc4c83f1f046db23043e2fcffb9ebbac996a4afb 4,241 1.00/1.00 vMB 8
799,068 799,068 00000000000000000004e05750e6930f12da943a5528645fe6f2e7cc6311eec4 769 1.00/1.00 vMB 6
799,067 799,067 000000000000000000031334f417ce576cdb253a68ff5d2d8f9fc19ea34e0cca 2,425 1.00/1.00 vMB 9
799,066 799,066 00000000000000000003b07a6c74a52d69caf3c07965a71aaa9604ba3fbcb917 4,474 1.00/1.00 vMB 8
799,065 799,065 00000000000000000004c01bb585fce823759e0864ea768e7f770bd73856b354 2,437 1.00/1.00 vMB 11
799,064 799,064 000000000000000000029b9717d7bafecc14778d4e159dcf9d6fdebc7900b307 3,387 1.00/1.00 vMB 15
799,063 799,063 0000000000000000000267694975538c71524f4c80bdfcbd4c4b9aed7ea2ef74 4,759 1.00/1.00 vMB 10
799,062 799,062 0000000000000000000109e4e044bfdf0f56bb9a3d688261d6eee12a9a14d104 2,813 1.00/1.00 vMB 11
799,061 799,061 00000000000000000000f04ecabc7a0a06be46c2515ce742f25e13b557838617 3,706 1.00/1.00 vMB 8
799,060 799,060 00000000000000000001e244728552d4553602a1ad75c64cd6f4e5c11005a23c 3,624 1.00/1.00 vMB 8
799,059 799,059 00000000000000000002e7a99bf584818237d24b7ca00f1744c1af036ee54e4b 2,754 1.00/1.00 vMB 9
799,058 799,058 00000000000000000003818e0792f253747ea346f1ed97a1fa9316b63cf2f6f1 3,484 1.00/1.00 vMB 19
799,057 799,057 0000000000000000000050b050758dd2ccb0ba96ad5e95db84efd2f6c05e4e90 2,421 1.00/1.00 vMB 8
799,056 799,056 00000000000000000002ac9ef978b96622aaf575497752ed0af7428cfd00a225 3,287 1.00/1.00 vMB 15
799,055 799,055 00000000000000000001f5586a54ca3155925701a4b79db2972aacb5e425c9f7 3,015 1.00/1.00 vMB 16
799,054 799,054 000000000000000000013eb994218a0badf41b915cce435234873e01c162622f 3,382 1.00/1.00 vMB 16
799,053 799,053 00000000000000000003e28fb1e1bbf5833e699da8f970c9bcb5625760d81b41 1,209 1.00/1.00 vMB 8
799,052 799,052 0000000000000000000105f60055fd76ee4b06031e85cd11befbcc042557c1f1 4,103 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.