Loading Tool

Explorer IconExplorer

Memory Pool

74,500 transactions
27.64 vMB
0.07644738 BTC
Random Selection Loading Transactions
Max Size: 168.30/200 MB

Candidate Block

Mining Attempt c96c2eadb14f103e36ca6db3685ed47f75b477a6abf6113dc5b7c5db658e5624
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (645,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,268 270,268 0000000000000005a19f6985a381f090f97b2a8d04e2a3d9ae87ce95f9bf9ca2 405 0.20/1.00 vMB 6
270,267 270,267 000000000000000369d271b521c488018cab3ac40524eb57eef8f6551ddbbf7f 633 0.33/1.00 vMB 53
270,266 270,266 0000000000000006ac3eda43640c1d7005b6ca16a84dd28a93721de2afad22b6 576 0.38/1.00 vMB 52
270,265 270,265 0000000000000001775ef5f8a3b2d709a5c235c0a0fcd41480b23c11c720fcc1 394 0.20/1.00 vMB 84
270,264 270,264 00000000000000045b3aecba3dcdea313402c127498ce1591b37fbf08e7ecb5b 417 0.24/1.00 vMB 65
270,263 270,263 0000000000000006033c5fb9e9effb5e3e46f7b109284f32f81c274b4d9dfa22 780 0.38/1.00 vMB 86
270,262 270,262 0000000000000001033e9feb24cc65f182f654a2f2c0425ec9a37fbd7c7e4526 218 0.16/1.00 vMB 28
270,261 270,261 0000000000000003144e12c8414db83600c714678a3f842df6c0389f59b94200 483 0.20/1.00 vMB 92
270,260 270,260 0000000000000001c5e0831081f136cb9edf6ace437c8a9b961266c75dade588 247 0.20/1.00 vMB 34
270,259 270,259 00000000000000007b06127c26890bd1d329a921abc151e5b8f82a3fe9d955f1 440 0.25/1.00 vMB 50
270,258 270,258 0000000000000002898adcd65223361dc8807352c29bcd33826d7bec2b96348f 466 0.25/1.00 vMB 52
270,257 270,257 000000000000000532080e57704364edc4f8ca18bc578a0d1f7a3775405e74e1 401 0.20/1.00 vMB 56
270,256 270,256 000000000000000576622d8a8beee1bfd35eef40d1a2f4d0cacd6c6097325513 555 0.20/1.00 vMB 116
270,255 270,255 00000000000000066ed5289c0c999a7c8e5f4deb72fd881b6f81ca5be9934720 647 0.25/1.00 vMB 154
270,254 270,254 0000000000000000b29035463e3f1a5a39a273a94b88b3f992ea91ed925f2136 561 0.50/1.00 vMB 42
270,253 270,253 0000000000000002f3a90e989c0508e40963ff47ccf89d7c63e527276a4a69f0 789 0.25/1.00 vMB 212
270,252 270,252 0000000000000002592f5886558c9812acf9375bc4e6fb88e806f492b55615c1 844 0.25/1.00 vMB 243
270,251 270,251 0000000000000001b3174bbeb37334a41942cf1503b2f4977ffa6dc64a6bf63e 522 0.25/1.00 vMB 89
270,250 270,250 00000000000000037a355646fc322895068d0723f638e8cda6034b3aeafd5ef1 277 0.18/1.00 vMB 39
270,249 270,249 0000000000000001640a55259d62487843d72bbfddc708a07a12d9a4b7e3d011 176 0.15/1.00 vMB 25
270,248 270,248 0000000000000006362b490f9046846877c7cd5589d2f6d1bcadbc1e2f888a1b 130 0.07/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.