Loading Tool

Explorer IconExplorer

Memory Pool

27,801 transactions
14.23 vMB
0.06275197 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.81/200 MB

Candidate Block

Mining Attempt c9b28b173caa8ac315cec9d4034de5162729cefd4a3cb59e7205085333612d10
Version 20000000
Previous Block 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401
Merkle Root cf6400db9d1ff5c5706b3fcf8ac5a23d21380b937365b0c96b7bb9cc9933c2f1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02804814 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,250 (706,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,153 207,153 00000000000002c4d734f68d378b4e671352513293076d47bd3412f7ebd638e8 26 0.01 vMB 14
207,152 207,152 000000000000026e8536f6ffe741feeb30d7123e6435b3ad7db141833969b5bf 304 0.11 vMB 220
207,151 207,151 00000000000002088f0241939af2e1422e54ab814495f261bbe581a48b04636c 250 0.16 vMB 137
207,150 207,150 00000000000003cf20182b3a52d9ab53747f899cf96be746f6acb873512f9a0c 11 0.00 vMB 364
207,149 207,149 000000000000009129ec4a2bb2a9bae235f7db67e29f4fe902df6fb5f9e3e508 165 0.07 vMB 165
207,148 207,148 00000000000001a741b37b134d03da84c4f261f22e14bbe8893dea2a858e4512 294 0.10 vMB 223
207,147 207,147 0000000000000246e7b73ef8216ec9eebf80039f2f9c98b3ed3aed2fcbd26490 240 0.11 vMB 134
207,146 207,146 00000000000004198351871b93fde28b2c5db080059355793fec4fd67b2b962d 593 0.25 vMB 188
207,145 207,145 000000000000042f0988a2c08b87ea7969e7b5300dc5684545afe414632b2679 12 0.00 vMB 45
207,144 207,144 000000000000046bbbf581d594208f27f17c754560d7f4671df063fcb301eddc 122 0.07 vMB 152
207,143 207,143 000000000000010ad59a47eed898a4e844124f94c34ae039e17100717c67190b 434 0.29 vMB 140
207,142 207,142 000000000000000c59c383cfae5b73d38179248f1c684c1931f9f26329343ca7 317 0.21 vMB 121
207,141 207,141 00000000000004e790e80a3a2126a2c32e5f8c963e83866801d9b6a1e32baed8 744 0.25 vMB 238
207,140 207,140 0000000000000059e1e071033f7e92eed07db122f5aa4096a3a969a3d88bf47f 151 0.05 vMB 227
207,139 207,139 000000000000008c3dcf32792a9d5cf4b6358cee3c7bc494979412c2b35f8b3f 1 0.00 vMB 0
207,138 207,138 00000000000004749ba534856278cf27a1c301484add83d7986eaead4b06c47c 491 0.22 vMB 177
207,137 207,137 00000000000003239a4c25ae1da468fd2afb31705c32b00b18291760d7202124 136 0.06 vMB 159
207,136 207,136 00000000000003c90a13179e4cbcc951b06ff9729132fbf44df5aba0b0874d54 510 0.21 vMB 191
207,135 207,135 000000000000035ff80dd459dc2c59d4ef31bfc6fa5e357ceb09c340ad3fabb3 148 0.07 vMB 184
207,134 207,134 00000000000002431de2a3689757070ee2b7ae4b2e83b1df22037e736c8c429f 326 0.17 vMB 105
207,133 207,133 00000000000003a78eeed186a8c9c865b5ff78eefd31de9ccbf7f625d88693df 326 0.14 vMB 190
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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