Loading Tool

Explorer IconExplorer

Memory Pool

80,005 transactions
30.04 vMB
0.11868091 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt d16b8fce6ea0b357985fa202b8607909a64c5cec1e05c1f5455561a16c6e6b10
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root bc8d218dadd2d7fb7104f733fd508724afcc85e16cd2d59520aeb5ec9548b443
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,274
Size: 1.00 vMB
Total Fees: 0.05099711 BTC
Feerates: 150.80 > 5.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (267,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,557 647,557 0000000000000000000142f8452e3b8a3ace146b47c72198c9dc278d295018ef 2,080 1.00/1.00 vMB 26
647,556 647,556 000000000000000000065d5c084977ec994f2889416365b2af590889911c8514 1,912 1.00/1.00 vMB 31
647,555 647,555 0000000000000000000d81d70ca1bdc2820dd28538137a1c67304fac9c0fd58d 2,421 1.00/1.00 vMB 38
647,554 647,554 0000000000000000000e196c32bcc3917447e229bf36f8f194f817cb9d991df2 2,475 1.00/1.00 vMB 74
647,553 647,553 000000000000000000015af6342492d80e671cedf7ed46fb2c0c42a44edc9ab3 2,389 1.00/1.00 vMB 91
647,552 647,552 0000000000000000000d6c5e4a5b704574d1463d2c64d12c812de4d37f866ec0 2,169 1.00/1.00 vMB 47
647,551 647,551 0000000000000000000827522d8ba620935635f17f5b3bd279be14f21044a15b 2,453 1.00/1.00 vMB 69
647,550 647,550 00000000000000000007ca555926438ef3a3e75d2b605a0de978baa7aabbf2ed 2,180 1.00/1.00 vMB 90
647,549 647,549 0000000000000000000b632493f888d174bdbea4fb403a5fa646c30817005157 1,510 1.00/1.00 vMB 68
647,548 647,548 0000000000000000000955507a25ce5fc3d9a6814199686daa0d986c9be614bc 2,359 1.00/1.00 vMB 107
647,547 647,547 0000000000000000000d63a16b9d321f01ed2af2d1c7890b0f7e9d92204b381f 2,342 1.00/1.00 vMB 36
647,546 647,546 00000000000000000006046402fa20f2ef8407a8d6cfad4bad1ec66dba16ae3f 2,536 1.00/1.00 vMB 74
647,545 647,545 000000000000000000059c3a4a0f545dcb9cf064ef5afa96bd23df7befcf4b51 2,125 1.00/1.00 vMB 91
647,544 647,544 0000000000000000000bd7f42c7b264eb23e9569f6f3f549091e2f6cc822e00b 2,764 1.00/1.00 vMB 39
647,543 647,543 00000000000000000008286abb2064145dc5e67c98039529a13b6f976ca824ce 2,968 1.00/1.00 vMB 49
647,542 647,542 0000000000000000000ee5a5c1122f54fa0e65e13c63ff58307225ae3dec96e1 1,900 1.00/1.00 vMB 88
647,541 647,541 0000000000000000000bdb129061f0c0dfe7958c15bd450d83c5964a0ffb744b 2,667 1.00/1.00 vMB 98
647,540 647,540 0000000000000000000592c20bf1fadcf2152682bca638b144238ce986fba5fe 2,648 1.00/1.00 vMB 117
647,539 647,539 0000000000000000000493e08a54c38bbbeed35d9f54ce7e5a4ac351147ae2e0 2,773 1.00/1.00 vMB 57
647,538 647,538 00000000000000000009bb4eb1da59a7a4456f06c81061cef2df4052b82df979 2,434 1.00/1.00 vMB 77
647,537 647,537 000000000000000000075fafc52005d24a7dcd20c11fe2ad50b32efaca8ec76d 2,946 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.