Loading Tool

Explorer IconExplorer

Memory Pool

18,970 transactions
10.12 vMB
0.02703738 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.17/200 MB

Candidate Block

Mining Attempt b5d02df3d6f8563be500ce9c2b964b46311434f1cc4f9920a91cc7ccdb80df7b
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root c270acd283ac6078303ce7b544d0ae7fea79b25aaf8bd08325d1db8722bace88
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,945
Size: 1.00 vMB
Total Fees: 0.01074588 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (717,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,168 196,168 000000000000033196d49614d6149fff774a350ab1868321bf53eb0bce060661 245 0.09 vMB 142
196,167 196,167 00000000000005427d26261f39e363192fba31474fedb18e6112331165f7299e 171 0.07 vMB 105
196,166 196,166 00000000000004e45d7bdbe03f5e7dba3c89cc2bdf21a6c3a7f791071d53cd02 164 0.07 vMB 122
196,165 196,165 00000000000002e8f06dc58ac691f8700c59c7fd48bca353880eb574a4c138bb 149 0.07 vMB 108
196,164 196,164 000000000000032f4bf4db178af4952ffdfeda4005f17cb6ce72f50de269b6a1 259 0.11 vMB 169
196,163 196,163 000000000000003569d481cd12ee06a0013047505ac55bc80e956c2df6748e5a 122 0.04 vMB 86
196,162 196,162 00000000000004b8c6b01da18316077de0597d3a42b7279e66a95df590e7f74c 178 0.09 vMB 117
196,161 196,161 000000000000020904b39e8b41d61e8337aa0d08e0fc0b3e6e92d905f2623a35 245 0.10 vMB 111
196,160 196,160 000000000000039009c6405a36345fbbd15e3fc4c9c933ba799c1901b5c5c71d 119 0.09 vMB 89
196,159 196,159 000000000000006ebef9b76bf1473fcf22c73985cb20804cc8d7eb36dfbdc16b 12 0.00 vMB 51
196,158 196,158 00000000000003d1fe23df9b97c6931455bf5b2363e2f2cf487d70a2944501a5 124 0.05 vMB 493
196,157 196,157 0000000000000308ea4ecd7c0d357366758e6a8a1d39d8582e1f5d8e39356310 132 0.07 vMB 91
196,156 196,156 00000000000002fd422537acbfafceebd6b22204cb77dc8dd376ed98e25100e0 125 0.06 vMB 124
196,155 196,155 0000000000000459c29f2d582c436c298a5e474e4fbfa5d3d1d9f2217b3a324a 114 0.05 vMB 81
196,154 196,154 00000000000006af9443b82785e255db852c22abf16eba7e0195670a5319c6f0 1,024 0.30 vMB 65
196,153 196,153 0000000000000475975aa3199d8df3e2e1f7ca002ce4ce0fb7aae8d5f01b1dcd 60 0.02 vMB 220
196,152 196,152 00000000000005f24384b0b5e27e98d894b855264b371d17ab0d6d962f9f68cb 287 0.13 vMB 121
196,151 196,151 00000000000002ae60c5ef6bf1178efe55ed0fb356595aa5d666542a9494bb67 64 0.13 vMB 17
196,150 196,150 00000000000000ebc3598202bac190ec0fcee4ce56403b22656ea1abaaef5b0b 256 0.12 vMB 106
196,149 196,149 000000000000062ffcd588df8e0e89b1e6f043edbf32f5dd618065e027ea44c3 79 0.03 vMB 122
196,148 196,148 0000000000000143b2d3d29bc9b56ca1528bb7b67c0a09419bcde5adc02263c3 151 0.07 vMB 131
Previous 10 blocks ↓
Total Size: 779.81 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: 410.18 GB
    • Received: 2.17 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.