Loading Tool

Explorer IconExplorer

Memory Pool

76,035 transactions
27.95 vMB
0.07831552 BTC
Random Selection Loading Transactions
Max Size: 170.55/200 MB

Candidate Block

Mining Attempt dc480dc36647c3bd9b3da5b945e0534cdfcd17bfd43796c19f1a7a0cb3cb60d7
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root c5669be0eeb530221a3dc877b5b65c91766ba61d6d9ce1e2f724ce7a2a57f66c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,092
Size: 1.00 vMB
Total Fees: 0.01831766 BTC
Feerates: 150.93 > 1.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (323,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,176 592,176 00000000000000000019355011a1ee55fd87623805102ca647cdbc460d1b7707 2,212 1.00/1.00 vMB 29
592,175 592,175 000000000000000000194d80743344b044e88a0f83af034e5e3e8eb68361cb03 2,079 1.00/1.00 vMB 57
592,174 592,174 000000000000000000199d218448967540bd74b264b812fc01a839b9bef42c29 2,513 1.00/1.00 vMB 9
592,173 592,173 00000000000000000001de0afc47e2c903c05a042b1fef5ef3e12d41f3949f38 909 1.00/1.00 vMB 6
592,172 592,172 0000000000000000000c1b564db7568cb815a6f76bac0673e824790a2c574642 2,018 1.00/1.00 vMB 12
592,171 592,171 000000000000000000003a0574a79380576440ba85839ae7b73c01a99325c1b2 2,757 1.00/1.00 vMB 20
592,170 592,170 0000000000000000000400b5625b071e6ae538c37b44832e3d2a0b40ac465111 2,623 1.00/1.00 vMB 20
592,169 592,169 0000000000000000000743b08352cd69a3e925e3d5b49f88ad9ce7e65a13e14c 1,966 1.00/1.00 vMB 21
592,168 592,168 00000000000000000005dfda09ad40c1ead2369373369e5a3ede7cbef36597a1 2,270 1.00/1.00 vMB 21
592,167 592,167 00000000000000000006942c7900df14997cd2f041c887cb2ca791a017e12c1f 2,677 1.00/1.00 vMB 19
592,166 592,166 000000000000000000011489399d4f907587f3ecb70e17da5cff92d657c17116 2,619 1.00/1.00 vMB 34
592,165 592,165 00000000000000000003d02c4100b5f62265e9955ee7e1de99edb0bbf16b2f13 1,626 1.00/1.00 vMB 26
592,164 592,164 0000000000000000000bcdf9d09dd37f1041e42c3c536b4613ebb2285cb0fa2f 2,778 1.00/1.00 vMB 39
592,163 592,163 0000000000000000001b78b82178ef6093ff335ff1fcd5f4916cdbe23789d254 2,770 1.00/1.00 vMB 32
592,162 592,162 00000000000000000019ec59074e66fa6952ecc918e9a4926e3f2b8ec3233fb5 1,827 1.00/1.00 vMB 16
592,161 592,161 00000000000000000001ba510ea682ade9a1d2abb377c6cb5b5287d862ec1daa 2,934 1.00/1.00 vMB 27
592,160 592,160 0000000000000000000d0192a223dd05d2b5d8ebedf07c9db27fc8a6712cec54 2,923 1.00/1.00 vMB 22
592,159 592,159 00000000000000000014e5d0db2a5d89e61c4a83f8db9eebea9aa5ee78616f23 2,706 1.00/1.00 vMB 25
592,158 592,158 0000000000000000000b003b2c9d4556277d4b65b159ab75aa6d0b10bb23d9e0 2,198 1.00/1.00 vMB 19
592,157 592,157 0000000000000000001304fe747fbc3fdb46e258c8a0425976b404f6e9c2ec28 2,910 1.00/1.00 vMB 20
592,156 592,156 000000000000000000074742d1ca88a9b710d3028e9b417efcc4e1e6eb132b13 2,754 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.