Loading Tool

Explorer IconExplorer

Memory Pool

27,996 transactions
10.10 vMB
0.03380169 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.80/200 MB

Candidate Block

Mining Attempt 1147828bb5424c0d0696a63757dc0198eeb54eecb985a9beed800addd09042e9
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root eb0a0617827280fd4aae1fb7546e0773b69db39ea39bff9100f68af88773000e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 0.32 vMB
Total Fees: 0.00873893 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (767,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,085 146,085 00000000000005d3086bab028e09a9edaf2c91650e5acb95e5f456ac28e53cfe 37 0.02 vMB 110
146,084 146,084 000000000000080ca6ca95ca59219ae761e1270732b7da8ec35bd26b1a31c45c 36 0.01 vMB 83
146,083 146,083 000000000000059808eaced70c90043636a9e7d0b150443e1ff43a13573f8389 58 0.02 vMB 104
146,082 146,082 000000000000031ae1ba904bc139b1136b064a79b97096c68f95e504bbc2dfc7 8 0.01 vMB 29
146,081 146,081 000000000000079013631270226893f65e15fd154b769af177dd20396c5298b8 64 0.02 vMB 2
146,080 146,080 000000000000045621d97817e9ffeeddaa4e6838132f8bf8fc934878a343affc 74 0.02 vMB 212
146,079 146,079 000000000000081d36032bf97222c57bf2575e8e8a21f0aaf5ea18e438f5515d 13 0.01 vMB 376
146,078 146,078 000000000000085d73cea384afa5ffcf096f99067abad5f1c72fa02cdaf0dfe4 16 0.01 vMB 224
146,077 146,077 00000000000006369e7c5ec0cf0067c8993583098c58ee211f4978ababaa8dea 50 0.03 vMB 156
146,076 146,076 00000000000005c72caeba054f838f6676ec054fff4f8b79a2811301030b867d 118 0.04 vMB 128
146,075 146,075 00000000000001c16e526b287f566dc192741c8387f180e3ae711a6b0e789be2 48 0.04 vMB 100
146,074 146,074 00000000000005ff3d7ca8870dfc1ed5cfba2bee8aa8ce1979b32e05095ae7b6 21 0.01 vMB 5
146,073 146,073 00000000000008d72c871a144a2b7e0f8c03c216d880ab873cba4b315fd3980f 64 0.04 vMB 190
146,072 146,072 00000000000008663d81f4c02b0623cc45a8a72bf799a0a1ca2e13421d0e6d7d 146 0.04 vMB 10
146,071 146,071 0000000000000455ee29fc4e7c1cf5a68ac032f17f8d1bf9e296231d6481ab7f 22 0.01 vMB 114
146,070 146,070 000000000000044848a4432d6f42d85eb27b622082a3912dbd988e9deb12049c 20 0.03 vMB 3
146,069 146,069 000000000000039186d23654ba9823d655dc38ce7db48282ff1db483289fe8dc 88 0.04 vMB 117
146,068 146,068 0000000000000790725c4cb3ef36887b751afc08e21432593e6ef1e429c3b7a7 13 0.01 vMB 21
146,067 146,067 000000000000033ca9244b08f1454d7239023ad08de602fad71802d8cf9d4e1e 4 0.00 vMB 193
146,066 146,066 00000000000000ba96f081c1ecd00a8779e6b1d7477cc2fa037a172efee89a6d 62 0.03 vMB 507
146,065 146,065 000000000000025014615ca06935d591aabc6f9eb8c734fe8df08b87ce1783c8 10 0.00 vMB 17
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.10 GB
    • Received: 0.67 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.