Loading Tool

Explorer IconExplorer

Memory Pool

24,460 transactions
10.65 vMB
0.03352833 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.99/200 MB

Candidate Block

Mining Attempt af5cb6164c562cd0a98765b40ecbe39fb5f593410d9cc89fc261e6b799a2b90f
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 2ee4810aa85ee5636e15e6dcc9f734c26b253d1db52b3cfd67283c5640dfa873
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,659
Size: 1.00 vMB
Total Fees: 0.01585837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (664,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,366 249,366 0000000000000044fff6726593122984b83545d88098d421ea913125040ea9d3 649 0.25 vMB 152
249,365 249,365 000000000000005c63bb1109d66ff6f65d29443a66454bcd629f3eabb71592a1 202 0.12 vMB 104
249,364 249,364 000000000000000aaac09d630730fa9791831c18fa8bdefb4dbf85c5f6ef5eb7 75 0.03 vMB 148
249,363 249,363 000000000000007768bf73b60dd24dd94462d681b27bdbb16b5fcd0943eb79e3 382 0.17 vMB 154
249,362 249,362 0000000000000012b0af2ac2727374600055d99b3aeb271bd66d2721d267ca50 76 0.04 vMB 112
249,361 249,361 00000000000000101eed7c70ba27dcc845db546cdfe89be66176e864bc274b3e 373 0.18 vMB 122
249,360 249,360 000000000000000f6d702bfd1e2836fbd2cc5c3bbb86db5cb9432dc8a94d5869 501 0.22 vMB 147
249,359 249,359 00000000000000386a39f7f3cb6c529244579a6e3277c765ce6b05089ade1f98 330 0.13 vMB 213
249,358 249,358 000000000000006cc88b6743b5cd37be72402a5e74586db328168f386f74eff9 81 0.05 vMB 116
249,357 249,357 000000000000003817ce157a612ed09a53cf796329da917dafd595c49907b48c 379 0.20 vMB 130
249,356 249,356 00000000000000472459b978b14e4d82eb6ae12cb0e8c5c2d234e349971f8a7c 77 0.03 vMB 105
249,355 249,355 000000000000006dc9d75c2d0d45a144fea728a17d33cb2674b1b1a0f6e8e256 493 0.22 vMB 242
249,354 249,354 0000000000000010d45e56445af19cc8a5efebd9ab64e1ca5d4a1732aa7c8483 389 0.17 vMB 140
249,353 249,353 0000000000000064e73eec802f1deb9e9b23778cb36776979aa4f116c523b285 179 0.09 vMB 198
249,352 249,352 000000000000000354ea60f831556ee0998a6a334c9a13de899425af5858075a 180 0.08 vMB 208
249,351 249,351 000000000000007b6429438a731bdb232b3bfd1c518e0e3a3e928d91038e2f53 77 0.05 vMB 73
249,350 249,350 0000000000000041544f419873227b9209397905f405946634e4fd6ea084216b 534 0.24 vMB 161
249,349 249,349 0000000000000048ea0b37cc71e13568efbdfe6b501922d89d421c95e1b9e0c9 153 0.09 vMB 107
249,348 249,348 000000000000005659446f39c4924d2bafd7712a67e9c3496b84ca83b7ce225d 433 0.24 vMB 50
249,347 249,347 0000000000000016117fa2b7d412614cad722c3cbbbeaa20e2010cc25f2776c8 451 0.25 vMB 122
249,346 249,346 0000000000000049da5138695b6d809eeb50c1efc0145a628ad2c27b54b71042 600 0.25 vMB 215
Previous 10 blocks ↓
Total Size: 779.77 GB

Node Details:

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