Loading Tool

Explorer IconExplorer

Memory Pool

79,517 transactions
30.36 vMB
0.08000373 BTC
Random Selection Loading Transactions
Max Size: 184.92/200 MB

Candidate Block

Mining Attempt 879152a5e89052f1079c50590066e81d38e088cd589a8282783749d8021fc658
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 0df60ca25966aefbb69b6cdde39fe7a356fff637e6f08d02d08b9a8124551331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.01189097 BTC
Feerates: 40.21 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (116,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,077 799,077 00000000000000000002d8441e4a023aabc0462906aee31adc29bb9963e7729f 3,308 1.00/1.00 vMB 12
799,076 799,076 000000000000000000001fe9afa69f6f9344192a5845277435b681769df561e6 4,252 1.00/1.00 vMB 8
799,075 799,075 00000000000000000002cf09d4671daab0ac521acd05efc9ad03311a951f3ce7 4,127 1.00/1.00 vMB 12
799,074 799,074 00000000000000000003596e459cea480cc6fc12f195ea1ce901c7869c70d4c0 3,833 1.00/1.00 vMB 11
799,073 799,073 00000000000000000004e432b5d8253cfd47ac09b79a842061db99467515a5a0 5,993 1.00/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 783.06 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.82 GB
    • Received: 18.27 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.