Loading Tool

Explorer IconExplorer

Memory Pool

80,129 transactions
29.86 vMB
0.07554719 BTC
Random Selection Loading Transactions
Max Size: 179.69/200 MB

Candidate Block

Mining Attempt daf218736f9b85774ca0c655d48bbf64d8a7fde8dc17f5cbf3304aea291b47ef
Version 20000000
Previous Block 0000000000000000000186bfb192e08305a7c150b4fc05a0643f576b085496a7
Merkle Root c8d24f503d4468325fb7f37253c77039b5d4880a9674914125cac02c6096b241
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,849
Size: 1.00 vMB
Total Fees: 0.01457610 BTC
Feerates: 241.10 > 1.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,992 (343,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,203 571,203 00000000000000000000527a4aca1ed4246c20fae931cd8e934c81b27ac94c4b 2,541 1.00/1.00 vMB 74
571,202 571,202 000000000000000000259bd03bab5bdd877080c59f365016a2c1a593cab65f15 2,808 1.00/1.00 vMB 131
571,201 571,201 000000000000000000116daae113e62a4c1766e82a7b8484ab345b1e44a0c0c7 2,336 1.00/1.00 vMB 88
571,200 571,200 000000000000000000118916c5ab9c9799db4e4c18df83d29434154ecfd92d1f 1,639 1.00/1.00 vMB 72
571,199 571,199 0000000000000000000505330580b5621722e611f2bec696caa72811493276c2 2,065 1.00/1.00 vMB 59
571,198 571,198 00000000000000000009f9fb3a7365fd4af4abf105100a603b767b409290a7bd 2,889 1.00/1.00 vMB 69
571,197 571,197 00000000000000000009955a52332ecaa0a724f531d462e6d986f4946ca5a4e0 2,932 1.00/1.00 vMB 103
571,196 571,196 000000000000000000106f20265f92c13d86e5a910e989ce04a0fd5f2f3a7962 2,960 1.00/1.00 vMB 88
571,195 571,195 00000000000000000027f2735b3182b4a17369f89e7fd789ec006828f3de4178 2,710 1.00/1.00 vMB 95
571,194 571,194 0000000000000000001ad5b4c900de5c542d12675c2efed9a05e8bfcad1b27d8 2,826 1.00/1.00 vMB 122
571,193 571,193 00000000000000000018b0e2fa6fc6f6da443c2d99eb1d71eb2c9cd1403bd1a0 1,429 1.00/1.00 vMB 160
571,192 571,192 000000000000000000021542c86f187bc13505e872faab7e1898762c0f70cb06 2,526 1.00/1.00 vMB 131
571,191 571,191 000000000000000000210dcbafdd48624bb3d478bce43694ca957dab3431f633 2,819 1.00/1.00 vMB 156
571,190 571,190 00000000000000000018d8c948f28a5962ce9cc796a8a7dd61674dd01c72918d 3,049 1.00/1.00 vMB 129
571,189 571,189 0000000000000000001a9b6477d3b4daa0fb7e2638df86eed913f0b4ca053dcf 2,442 1.00/1.00 vMB 114
571,188 571,188 0000000000000000001f3a3f639614287f96f154b06f861a752cbbfb1bc79290 3,037 1.00/1.00 vMB 131
571,187 571,187 0000000000000000001495f16fafe2e92464da8172b684eb680879d192f17736 2,761 1.00/1.00 vMB 132
571,186 571,186 00000000000000000028d5cf298761d25aa7d781045f882eb386c2883f0ea679 1,717 1.00/1.00 vMB 138
571,185 571,185 0000000000000000000f60371d770981403b038e2d9d042b9393fad5c41a822b 2,123 1.00/1.00 vMB 154
571,184 571,184 00000000000000000008df8a6e1b61d1136803ac9791b8725235c9f780b4ed71 2,030 1.00/1.00 vMB 150
571,183 571,183 00000000000000000025cd2c9aeffd5e6c3453c2004134f40d86feff171c0a3b 1,328 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.38 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: 664.23 GB
    • Received: 14.96 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.