Memory Pool Memory Pool Refreshing

6,614 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (769,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,528 138,528 000000000000059a2455b2ff426c8ec0158cfaf653912e3f1b2d395c48aba2ba 0.06 MB 156 158
138,527 138,527 00000000000003fe7c8d77b5bcd5759dbf4d95f6fcfdb55c9cbb8e427b3b874a 0.04 MB 86 166
138,526 138,526 00000000000004cd9ba0f389697f6f17022425ad6ef9bf45130c88389426fecd 0.07 MB 175 287
138,525 138,525 000000000000031121a992b8a7b08bfa22726d42490d885b5d7754704e35e987 0.00 MB 14 114
138,524 138,524 00000000000002edb9c42ab9a31a3f09906f550adf6111962696af93c0880d3c 0.04 MB 67 281
138,523 138,523 0000000000000959397ca1326b4f996f15c43c552c2ad54e7ffe0a4c98fbcdb0 0.03 MB 90 233
138,522 138,522 00000000000001c17956bf0787d7195417d642c1eb95622fa2ae2d239f1662b8 0.04 MB 148 46
138,521 138,521 000000000000071a7fc99e667a119b75331548874cbc76a170330dcc2d567f23 0.05 MB 139 207
138,520 138,520 00000000000008f9e16c1e8561f07bdd8b6549c64908d759b286dc94414de70a 0.02 MB 32 254
138,519 138,519 0000000000000077c9a8a3fac535a390b1eb7e19d88f486cc3c6cbbb1a1a1ea0 0.06 MB 138 226
138,518 138,518 000000000000085350d91a10ed947cda607f6e7b0e772005f11c0591e7a23038 0.00 MB 8 289
138,517 138,517 0000000000000935d55ca7f948429be69ea52047273a00ec3691feb676f6e042 0.00 MB 6 14
138,516 138,516 000000000000001d17d3bce3a12dfd702559acf6944b676d809cea09f21c9e29 0.02 MB 50 99
138,515 138,515 000000000000020ac451af96863bef245f5dc69e25a8b069abf1ee7518c33cdd 0.04 MB 116 150
138,514 138,514 00000000000008e46d3895091c3507b1acd1a6450344cf128b8abe40870ac324 0.00 MB 13 333
138,513 138,513 00000000000008efdab52544dbd67a78b8c842a3c77b90b5936dbae80767e457 0.04 MB 94 104
138,512 138,512 000000000000066f0d3d6044cebd1b9f2c2ab87d64509892bc2bce72cf55b3f8 0.04 MB 106 211
138,511 138,511 00000000000000c76b0873a02fad150d70dc8658c5fa02d1c0c3c5b658a3b3a0 0.01 MB 11 1,065
138,510 138,510 000000000000062d9bc69721bcc4be0d653fabb4c9143dfbcca9d7fef0e38ea4 0.02 MB 31 52
138,509 138,509 000000000000069aab2db7932cc91cf73bbcf3d9b5e2e9ce7a85f708c90e9146 0.01 MB 16 56
138,508 138,508 00000000000005d031c6d326185b9abee7d33349bd794056812f2b8ec2658811 0.07 MB 146 299
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.