Loading Tool

Explorer IconExplorer

Memory Pool

46,140 transactions
28.55 vMB
0.07653642 BTC
Random Selection Loading Transactions
Max Size: 151.77/200 MB

Candidate Block

Mining Attempt 43dd227b66c5f33bc8edbe80e48f14ac346e8ab1fa2d02b682b48f015e55b284
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 8eb3f32d5510dbb9ed3b2e388cd9e076243b0b3b622f86a19217fcc3d4752318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.02230449 BTC
Feerates: 100.23 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (732,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,681 182,681 00000000000004df03ebe4ac42dc0796e665a49aa1afa6386f9a89d570e40ce6 33 0.02/1.00 vMB 3
182,680 182,680 000000000000043dfe39d76d206bf786da0403b669093f23995e3002d06e3d27 149 0.10/1.00 vMB 98
182,679 182,679 00000000000000824f4db10dcbef96855bfb14249565065568033087d5bc9c4e 8 0.00/1.00 vMB 101
182,678 182,678 000000000000019bf2ab1e7d33da1bd125655f65c0514fd6a120fc6d737bc43d 125 0.04/1.00 vMB 90
182,677 182,677 00000000000004ddf84bc1f9a7dfb52b146333bcdd80d19cadffd43e1d4804bf 9 0.00/1.00 vMB 15
182,676 182,676 00000000000002aff2a20e4c1def9d45ed216e6ba81ca6e49cefea651b2d0c5f 38 0.01/1.00 vMB 144
182,675 182,675 000000000000036dec142fceff5ebce490b3b12e4d4a197c6565d1a5b2b7b9fd 64 0.03/1.00 vMB 79
182,674 182,674 000000000000070b84820a2bb87403357e49a9ab691fe9c7cbac19f170a08bd1 83 0.03/1.00 vMB 223
182,673 182,673 00000000000009a3a0f0e722072bc7eaa819858aa342aa301e2726a50ee9b6de 87 0.03/1.00 vMB 98
182,672 182,672 00000000000003980dd8cfb1efc3d4655f023f6072716b8431e0901ab4caeed7 13 0.02/1.00 vMB 242
182,671 182,671 0000000000000897cd3b5626e61b4363414e509a1c80320af32477e04777a507 56 0.03/1.00 vMB 40
182,670 182,670 00000000000004ba3d1b2f458e258097ce8a19543d019aa024314ffdb285ae68 91 0.12/1.00 vMB 67
182,669 182,669 00000000000005f466e4d2b1dbad3d28223f89f56f8698b2a3308807c7fec026 77 0.03/1.00 vMB 189
182,668 182,668 00000000000002c259587011c1388d52d18cca6079fd388a2ef9ca1060f8775a 1 0.00/1.00 vMB 0
182,667 182,667 0000000000000a83249befd6965b700dee868405d18e757445a9097e6d50e914 43 0.02/1.00 vMB 166
182,666 182,666 000000000000085106d3d5563e7730c5dd324d2d085430856adea4adc6ccf331 27 0.02/1.00 vMB 65
182,665 182,665 00000000000006665b2fab3356106e422d9fe21eb09f378adcf18de8e298c2e4 92 0.04/1.00 vMB 150
182,664 182,664 00000000000009181f236ac98c9deb9be7f619aa52e7f2ccc3b93459da32dc11 40 0.02/1.00 vMB 96
182,663 182,663 000000000000017cf65d2015823fe9dc7b3c6ed2a29c420d57939a68fc2db6ed 87 0.06/1.00 vMB 94
182,662 182,662 00000000000000d868e8e07d62a31f598ad912a164b57356b8342da48f8177bd 6 0.00/1.00 vMB 3,219
182,661 182,661 0000000000000247c2387f8b3395e8ed586b5741c95de8b9d3f0d6ddd413a59f 47 0.03/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.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.