Memory Pool Memory Pool Refreshing

12,372 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (739,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,484 168,484 00000000000009ebf0a59b923b1ce13f8112d39686a45fb1eeb76fd733310f1d 0.00 MB 15 40
168,483 168,483 000000000000093409fc0ba5826599215e5fb26b2827ad317a9f4545fabd630c 0.02 MB 63 72
168,482 168,482 00000000000003be7f20be20be40b3284e5bd63289379a0739d3ecc78cfa81f0 0.04 MB 72 49
168,481 168,481 00000000000004e2baa0e860d1b13b845c2e194aa7f09dc68e6898a968144e15 0.03 MB 72 413
168,480 168,480 000000000000044c4062993dde65682871077272f3fcd693a28a7bcc93574c88 0.04 MB 66 91
168,479 168,479 000000000000019633c786406a071068dbdbb965745d37bfa63b34f0e0a5e137 0.00 MB 13 32
168,478 168,478 0000000000000831e24ea580eaf20a359516ae7c7d566fa327240a6e0511c4ab 0.02 MB 44 36
168,477 168,477 00000000000004a4f5c5f4c5dc1e9726e6ea1d74154fc8d0862dd73aac507980 0.01 MB 38 71
168,476 168,476 00000000000002a6e760e35d49172303a35ed446b96a0a3ceee026c82f8912ac 0.01 MB 39 194
168,475 168,475 00000000000003b6f6982cce8479585fb25fea83472c14ff2a74b71967294758 0.01 MB 15 20
168,474 168,474 000000000000048afa5b1ae083db8a46276df5d52a03e6bf5e394c5389125de7 0.04 MB 72 116
168,473 168,473 00000000000007a639124638419febdc743a8128c3bc4e08206922c144c24fff 0.01 MB 16 11
168,472 168,472 00000000000005778edcd7e7e3af02b7302e4e1296df4b78c2f7c0500036084a 0.01 MB 27 184
168,471 168,471 00000000000005a1bc3bd91265a6f30d1de4fb9b970ab61aa323287d6221ab6c 0.00 MB 7 25
168,470 168,470 000000000000013bbe3ab0bef88e748778c4e10bb06616d8060178ad579a943f 0.02 MB 74 10
168,469 168,469 00000000000007545d803b64241c764a4725dc61db029485149c22ac1f89a6ea 0.00 MB 12 102
168,468 168,468 0000000000000422a92bcebf6d942dae0ea74dae2a182aed7fa3ae90a1c25e34 0.01 MB 33 231
168,467 168,467 0000000000000c141b7fbb574d247dd6d21e2a0eafb640f631d2121024eb8692 0.05 MB 122 157
168,466 168,466 0000000000000af09891634329d63a5f80fe0c5072ddfb70159e56e298abe6a8 0.00 MB 7 13
168,465 168,465 0000000000000b858277226304eca5e42fc66f9ab39675c62b5f58c6d0541119 0.05 MB 51 51
168,464 168,464 00000000000006ca0ffd3109d01916bb8f45603e09df1cd662685b14629c054e 0.02 MB 41 202
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,622.15 GB sent, 92.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.