Loading Tool

Explorer IconExplorer

Memory Pool

23,121 transactions
9.91 vMB
0.05794588 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.71/200 MB

Candidate Block

Mining Attempt 8d1de433dc86debe541f484597016856fc8990c9d6ca02e3f1f5303dbe3cb680
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root d7e3079b57cb5a4136613f491d7e3570301f9e9ba261b29dc770b421ea2db755
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,448
Size: 1.00 vMB
Total Fees: 0.03065114 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (714,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,184 199,184 00000000000001bb204745a0249499bbb0199e51bbc1727793b0c4cf9836d1ed 93 0.04 vMB 140
199,183 199,183 000000000000009172bd8d42d3e40449767317f3826f53fb3e958ffd655a90a6 81 0.04 vMB 117
199,182 199,182 00000000000002e1b985306261ae2e7b1ff939c604108536080fe68cf24b5499 32 0.06 vMB 72
199,181 199,181 00000000000001fa56579cb7a228f764c11f9029f85225814840105556595504 38 0.02 vMB 75
199,180 199,180 00000000000002ae29f674cda8f2572a6d66786db2645e6f72277370c9e5b8e0 181 0.08 vMB 174
199,179 199,179 0000000000000600c3ff83a844ae0caf196717c76c49acbad3d563f0d3c36ddf 23 0.01 vMB 96
199,178 199,178 00000000000000057622530a2d83d429d1cdc728e4003e416cde6cb87782fc69 54 0.03 vMB 208
199,177 199,177 00000000000003cd34725dcf368353793d58fdf8d6d0df047afc72f034999dde 40 0.02 vMB 112
199,176 199,176 00000000000005c5dc25ee1046d1b1a2311cb27d6294116111d1a677c7a8d51a 128 0.05 vMB 148
199,175 199,175 00000000000003dd21b190735b1805ca16c9eb8f0e955f3b536e425cd04d07f6 82 0.05 vMB 80
199,174 199,174 00000000000003011a586802633d67fdfdd0b4f506a82fcb94fa524f0cf4d5d5 11 0.00 vMB 299
199,173 199,173 00000000000003b5f4fe3d60bde34817c7e8bd49b8c0ccd8429e652aedc07ec8 55 0.02 vMB 16
199,172 199,172 00000000000001a9bc05cf8e85a89637573f971e486f3633b4a500d55c323864 6 0.00 vMB 66
199,171 199,171 0000000000000539ea427d2285ba46c8ff97ad683fd15ca3877f1c96450a8265 41 0.02 vMB 99
199,170 199,170 000000000000037ef60aeb7807929b9c2c2681b3ebaf70368fbd7f774b7467b4 12 0.00 vMB 30
199,169 199,169 00000000000004fc66ae3e4a3854cac4405aec57545b3ab4dd63b24de872b847 245 0.10 vMB 201
199,168 199,168 00000000000002af2cea35ba0747d8e0f698f92dac0eb31e5b26ad0f5105255a 75 0.02 vMB 134
199,167 199,167 000000000000009b4d2762db8f5a9c991391332a1177174a3c676138eaddf1f3 154 0.05 vMB 120
199,166 199,166 00000000000000afbf19af7b899ff50303b00926482396f81b19d5ff2b05bbdd 5 0.00 vMB 0
199,165 199,165 00000000000005ed9bbe61816e70b5b7672ab5bb41c1c55f454bcc400ee3d9f8 16 0.01 vMB 88
199,164 199,164 000000000000009d167fa7bcb5ce53d52136c6ef7d6e97a333d2f18b4efc03aa 128 0.06 vMB 113
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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