Loading Tool

Explorer IconExplorer

Memory Pool

75,081 transactions
27.71 vMB
0.07744396 BTC
Random Selection Loading Transactions
Max Size: 168.52/200 MB

Candidate Block

Mining Attempt eac135f211b7f0618b799cfde9f6205ecc9c7e4d8840681cba3bf895d79a4432
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 1a929ad3c856e1a75224ed9ee09d3df81debb6ae4094d73f3f93712d0e5f75be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,398
Size: 1.00 vMB
Total Fees: 0.01821831 BTC
Feerates: 151.01 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (419,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,632 495,632 000000000000000000bacee5f73c179660ff9948a16f9ee94dde1bf34e3cfcc0 1,705 1.00/1.00 vMB 170
495,631 495,631 00000000000000000079db17655efdeb9a81ed21f871e4ec51c2844b29367f54 1,597 1.00/1.00 vMB 224
495,630 495,630 0000000000000000009b5a596e864d06e57382282aa395269c379798194a23b6 1,520 1.00/1.00 vMB 213
495,629 495,629 0000000000000000009fbf48b53133e2d61577c4908532bc842ec53084699221 1,740 1.00/1.00 vMB 196
495,628 495,628 000000000000000000acbfb8c0cb52a6bb194262eaccfab0e05ae02d93f50d2b 1,906 1.00/1.00 vMB 201
495,627 495,627 000000000000000000cb46176bd280677d72400b19b6a010499ff56c4c774000 2,656 1.00/1.00 vMB 193
495,626 495,626 00000000000000000018b187c1a5fe683e31dfb28d4cbde8bc95a7d56c5c5702 2,279 1.00/1.00 vMB 401
495,625 495,625 000000000000000000c0b04ebe4ae878772f9f874d30dab779ea9b287b82e374 1,989 1.00/1.00 vMB 237
495,624 495,624 00000000000000000040ede93dcdbb5ce253059f8eae947a79d57afae17d9c17 2,013 1.00/1.00 vMB 111
495,623 495,623 000000000000000000825b798929721c9b88a25ca45848e74a102b6c532c6a65 2,513 1.00/1.00 vMB 143
495,622 495,622 000000000000000000bb85fac472cf2dfc357f694c98bd8ec007824a651b5f63 1,872 1.00/1.00 vMB 225
495,621 495,621 0000000000000000009612635d3dfbe50ff6667fcfe694d1abf68878d8eb0ed2 2,598 1.00/1.00 vMB 189
495,620 495,620 0000000000000000007ef6cd50798a0b7650920f2db492894aefbaf0a1477c51 1,729 1.00/1.00 vMB 185
495,619 495,619 0000000000000000000e921b06a90831dfa3a989730065d7686f52f375173dac 2,405 1.00/1.00 vMB 373
495,618 495,618 000000000000000000447443acb7bed069f1607daa77a158afb5a50f390eef15 2,614 1.00/1.00 vMB 166
495,617 495,617 0000000000000000004f380b8fe2c3066b5cecdb6717e9b6721a5364dbc7c46c 2,371 1.00/1.00 vMB 206
495,616 495,616 00000000000000000019c56aa165820a01a6e784f5b69d0b65a2ee8e3d8285f9 2,617 1.00/1.00 vMB 221
495,615 495,615 00000000000000000063ad78aa3f079d2c4383a0656a5be1f3460f9a0827f7f6 2,630 1.00/1.00 vMB 256
495,614 495,614 0000000000000000007051d949bcd18d4227197b350af9df9db2ba24e65a33ad 2,643 1.00/1.00 vMB 174
495,613 495,613 00000000000000000078066b315ea99e5ebd5bf24ae83a379d4ca9e159fa22bf 2,484 1.00/1.00 vMB 177
495,612 495,612 00000000000000000037e85a1e945eb4a27aedb706964b75d78a24a2e411fa86 2,239 1.00/1.00 vMB 119
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.90 GB
    • Received: 17.62 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.