Loading Tool

Explorer IconExplorer

Memory Pool

78,290 transactions
29.32 vMB
0.07915931 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt 9b3d52796a23fc95b8c61c9ea4816ccf242e442e45ee445adf20197674e27309
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 017d081a12120cecf37d767d51822e275b222de1041a3e8caf28f199634750cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01490517 BTC
Feerates: 301.25 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (210,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,169 705,169 0000000000000000000d6df85f1bbc8b60f334a0874c392b6668053ca467b131 2,731 1.00/1.00 vMB 15
705,168 705,168 00000000000000000006dd740e0ac3c238dec93ff9d53289ef36ea1b199750b4 3,214 1.00/1.00 vMB 12
705,167 705,167 000000000000000000090e45e3ed6d3e54e2d5178a487987960e9167ccc4adf1 2,769 1.00/1.00 vMB 16
705,166 705,166 00000000000000000002218da215f0f2019f1858d521c3ec64941003f0e54fb5 2,629 1.00/1.00 vMB 16
705,165 705,165 00000000000000000004e37a0dff48bb2290c8c0856e518c57f7bbe54fcd27b8 3,008 1.00/1.00 vMB 18
705,164 705,164 00000000000000000007b58af367b31daebff41c6eeaa459e5b8fb256ea04939 3,572 1.00/1.00 vMB 20
705,163 705,163 0000000000000000000da6ddc806f1b7e870080b100d889115bd3cffbe42f646 3,248 1.00/1.00 vMB 23
705,162 705,162 0000000000000000000137908cacb17e9d5d5ccf59fa6cb0232382ffcd405bbc 3,249 1.00/1.00 vMB 28
705,161 705,161 00000000000000000001b7cf74a3efacc55e24681dc9b5e415d74685dec24568 2,994 1.00/1.00 vMB 28
705,160 705,160 00000000000000000009d3d0213f0ad88f001f5fe64befcfad7e47c50188f07d 922 1.00/1.00 vMB 12
705,159 705,159 00000000000000000005241fc7fe4bc1694231d80600c1a5e7594215953d164e 2,474 1.00/1.00 vMB 22
705,158 705,158 000000000000000000075a188b50f612af8dad6607a85d5e57019ca4c0037ced 3,095 1.00/1.00 vMB 12
705,157 705,157 0000000000000000000d1a4b7b2bcf251a7e5277c2bec59815261fea6e1c9907 1 0.00/1.00 vMB 0
705,156 705,156 00000000000000000001bdeea1155ceaf3059bc35be514c18f6c098e3e570f93 3,197 1.00/1.00 vMB 27
705,155 705,155 0000000000000000000a23bd0c31b4301980cbf00f6112ad7c5112328e0aadb7 3,349 1.00/1.00 vMB 19
705,154 705,154 0000000000000000000b2100b017491aaf3da4faf86e6360a512a0540ecec40d 3,252 1.00/1.00 vMB 16
705,153 705,153 0000000000000000000b9ec98c2d8e6cbe06454cde951b58c1eac9d44995a33f 3,796 1.00/1.00 vMB 14
705,152 705,152 0000000000000000000693545994b6f678c55aac15ac97a9ace3966307d468cc 2,858 1.00/1.00 vMB 17
705,151 705,151 00000000000000000009985e03c311e06eff8f1f1b9d6dfa845695fc9bd7cb4d 3,478 1.00/1.00 vMB 28
705,150 705,150 0000000000000000000ab34c9563e54fef1e2928eb4035078158ea1180452c58 2,928 1.00/1.00 vMB 29
705,149 705,149 0000000000000000000a2a5c971f43b79b4d70b4d365a46d299d347e3ddece42 2,085 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.02 GB
    • Received: 17.01 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.