Loading Tool

Explorer IconExplorer

Memory Pool

74,956 transactions
27.66 vMB
0.07614996 BTC
Random Selection Loading Transactions
Max Size: 168.74/200 MB

Candidate Block

Mining Attempt 59d37f1fa6a9401cacae55e0c4e60090815044ee761b3c12b7151954f5511c26
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root b12e55b5d79919fe4822ad23741a7a4738cc78fbea76580a1a63a2fa0fe7a10f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.01675901 BTC
Feerates: 301.57 > 1.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (210,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
705,148 705,148 0000000000000000000d51e3b65bc501d12bdf3ff585307fc8c0f8e2392c8503 3,039 1.00/1.00 vMB 33
705,147 705,147 00000000000000000009e824c53edeaef4048edfb8996d8ff7d5292c8af5a866 3,623 1.00/1.00 vMB 20
705,146 705,146 0000000000000000000739a771150ed967b4e3e375f88eb11f806d16e4379bb3 2,819 1.00/1.00 vMB 42
705,145 705,145 00000000000000000006de9f7f6a6d530d8b808fc7d934857e7beec9454a8da9 2,115 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.