Loading Tool

Explorer IconExplorer

Memory Pool

80,121 transactions
30.00 vMB
0.13578665 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt ca04f6d572c6356db38f87b4d207f018a0490403a723d77af391026c97e93a8a
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 6d33cf8f7b5807d3d42407d85166274b3d095332fa13db575dfb5847922fe933
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,892
Size: 1.00 vMB
Total Fees: 0.06607742 BTC
Feerates: 101.64 > 6.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (268,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,163 646,163 000000000000000000055dae17e57a596e88ba55a325a9aaf762277e821febbf 1,883 1.00/1.00 vMB 97
646,162 646,162 000000000000000000013448efba7786c799d9ad5f181093d333cbd4c29753de 2,179 1.00/1.00 vMB 81
646,161 646,161 0000000000000000000d51ae6aa2419b4d3435f268a1a97f2b5a5510073bbb0e 2,580 1.00/1.00 vMB 92
646,160 646,160 00000000000000000009a268379e3b1de3e2ca03c9a8ccf97cd5169546963073 2,810 1.00/1.00 vMB 97
646,159 646,159 00000000000000000008d24d193d99a8f30a687ee4b4a1b6d28de3f7d5379be0 2,049 1.00/1.00 vMB 101
646,158 646,158 0000000000000000000f6436215889ce89d414663b900913356c912ad7091d2d 2,678 1.00/1.00 vMB 86
646,157 646,157 0000000000000000000629479c0f10d4ab10a190021bf2d00208bd5fdbc231e1 2,607 1.00/1.00 vMB 89
646,156 646,156 00000000000000000000402ec83b5400616c4723e6eaff6efa9daee361b41e92 2,855 1.00/1.00 vMB 106
646,155 646,155 00000000000000000005c0e2e3f45220ff359c129ee39a7e5a6ffef849b258dd 2,340 1.00/1.00 vMB 86
646,154 646,154 0000000000000000000236511b8ba13000c3c75af568c6546288d7c795b10b5d 2,500 1.00/1.00 vMB 93
646,153 646,153 000000000000000000099a578b5740acb6c8b5d76b100ff1ed6a865b7fba5d9d 2,155 1.00/1.00 vMB 78
646,152 646,152 00000000000000000002e2dac63bdddd257bc6387c2086e300f22bfa59ea5137 696 1.00/1.00 vMB 80
646,151 646,151 0000000000000000000414a7fa655a6702b959a563ad2e6cfadf08bb3e9e1c4b 2,192 1.00/1.00 vMB 96
646,150 646,150 0000000000000000000a3192b7bec968d947dd6a869d38ce252f588ed86a682a 1,079 1.00/1.00 vMB 81
646,149 646,149 00000000000000000003d04b8fed15c36e834c2429df23cb572ccda8e38319ec 2,265 1.00/1.00 vMB 110
646,148 646,148 0000000000000000000f435f0cef53d05aa278fcf1874b4df6e18e13a39234ad 2,604 1.00/1.00 vMB 102
646,147 646,147 0000000000000000000e810236806191d087a75a8e9263c2c576053b31dfa044 2,434 1.00/1.00 vMB 83
646,146 646,146 0000000000000000000a1b114147201845ab410d6ae8569de20b288dac03c7c1 1,922 1.00/1.00 vMB 59
646,145 646,145 0000000000000000000f21f14ca7c375985ea6e8285bbe31fe10aa4bb08bec1f 1,461 1.00/1.00 vMB 74
646,144 646,144 0000000000000000000258225be5e1d4d7fd433736b3e3c95ead71441be5b07f 1,980 1.00/1.00 vMB 76
646,143 646,143 000000000000000000039a71216236e6712568510dfce00ae90a940642761c1b 2,361 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.21 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.