Loading Tool

Explorer IconExplorer

Memory Pool

75,985 transactions
28.40 vMB
0.06676639 BTC
Random Selection Loading Transactions
Max Size: 172.01/200 MB

Candidate Block

Mining Attempt 40c44d924d0baa232253d447ab0e710a629ea588081b2f019b09f221191f5f46
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 036940f2f35527ca16f7472844027349fd85ef2ae315d44292fabfa4fd3e6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,654
Size: 1.00 vMB
Total Fees: 0.00786227 BTC
Feerates: 101.00 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (273,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,386 641,386 0000000000000000000193979f4bbffadc339b817a1f64a1be544d7334d5ae32 3,019 1.00/1.00 vMB 204
641,385 641,385 0000000000000000001019daaf8bf70ed265ae1c6cf9e277f6c2905d26f665d6 3,161 1.00/1.00 vMB 192
641,384 641,384 0000000000000000000e8007fabf5a68d9d4de6cac231261bd004a2a93dc060e 2,354 1.00/1.00 vMB 140
641,383 641,383 00000000000000000007a9551b9204846f32ccf66ae1cabb6fcd4f370867b13e 2,979 1.00/1.00 vMB 185
641,382 641,382 000000000000000000091ca1d5844b26051551190a44109e50d887536a1d1ff0 2,100 1.00/1.00 vMB 128
641,381 641,381 0000000000000000000f2499b969a85c5baa57afd31ffdaddd31ecf2481421fb 3,185 1.00/1.00 vMB 184
641,380 641,380 0000000000000000000cc530a86f02db3f417453e2597a99e2392e42fc665586 2,807 1.00/1.00 vMB 162
641,379 641,379 0000000000000000000f4159a01ca0ef5e76ea9c463ef8a1be7b3a56ee3b0a78 2,406 1.00/1.00 vMB 137
641,378 641,378 000000000000000000044ec134a8cb7d209c4d5fc193b6d53af76ba2a0508993 2,803 1.00/1.00 vMB 143
641,377 641,377 0000000000000000000c462880e8b7e40c56b6cb9c9bc4d0cd8fd37fa9cc759b 2,860 1.00/1.00 vMB 151
641,376 641,376 000000000000000000005aacabeccca570d61664690aed085345259a5bf55a58 3,171 1.00/1.00 vMB 145
641,375 641,375 000000000000000000046439c91eb0e558f1c11f1ef02402e29d66b4d6b1ad06 1,993 1.00/1.00 vMB 161
641,374 641,374 0000000000000000000b63cfca982d9fec426f0ecfca57c778ef42acb1a41a61 2,918 1.00/1.00 vMB 192
641,373 641,373 00000000000000000002545666a105c69add68cdb495525949decb2369d5fb2e 2,512 1.00/1.00 vMB 164
641,372 641,372 000000000000000000093abddfd8fb52339e502eebe3d3b50d26b4acbe7a7026 2,283 1.00/1.00 vMB 172
641,371 641,371 000000000000000000102ac31fbcd0f567be08cb4852d23d1da1f77ad74d413d 2,692 1.00/1.00 vMB 180
641,370 641,370 000000000000000000103d7ab29ec567e363be74ccb2080af51abe4f6a165745 2,765 1.00/1.00 vMB 180
641,369 641,369 0000000000000000000909e8724c954f4ff1d11dd5379a682301a18be55b809d 2,712 1.00/1.00 vMB 149
641,368 641,368 0000000000000000000362ad4b5fcf4883ebb937554a0fa64c481d539e93f19e 2,715 1.00/1.00 vMB 156
641,367 641,367 000000000000000000109fd301be3b6b0b2a48f9805315a93b290418dfce8402 2,830 1.00/1.00 vMB 165
641,366 641,366 000000000000000000052c673b14d6dd855c2c6f667a025b0cb0632672065355 2,595 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.