Memory Pool Memory Pool Refreshing

3,125 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 3,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (743,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,457 164,457 000000000000033f41d6d1149d0b41af7c8643cb7ae9fdc238e58ed9ee80a16b 0.01 MB 33 311
164,456 164,456 0000000000000b914a36ead4d24adb9a29237d8158a0a054d1d4a87751606a58 0.00 MB 10 42
164,455 164,455 00000000000007a0548e04326083b493881e695e91a6f9dfeaa9d6be3af9a368 0.01 MB 36 44
164,454 164,454 00000000000000925643682e9a74d5e7e6374a1a5b51a2e00b0d293d0dcbd625 0.01 MB 18 135
164,453 164,453 0000000000000748ba126a45f0851ba58da59ec0dc47a2242d2c0b2ea2518240 0.00 MB 8 70
164,452 164,452 0000000000000b2a39a7d3c4ba0bbd3dcb8cca493a1175594f39e9032c4eac90 0.00 MB 14 43
164,451 164,451 0000000000000a03bc5b7968af655370abb2cc34e168db15db809afee38f48b4 0.01 MB 17 77
164,450 164,450 00000000000009d5377cc4bca3e16a3b3abd7c8f1e32cb07979d5ba90f30b029 0.00 MB 8 13
164,449 164,449 0000000000000a9bd0787748d066bc1172cec0810457a24d9c7978403b2c878a 0.03 MB 76 113
164,448 164,448 000000000000090f9486c5de5147976678e12ebf2a8f19120d4ef93463124746 0.05 MB 112 45
164,447 164,447 0000000000000b73fd80ca945adc86b169d37de1b4865484b96a2b0a79e5d3cc 0.00 MB 9 33
164,446 164,446 00000000000007bca86eb5e9a403796ad21274ca68638f67f061393b1d32cbc4 0.01 MB 11 383
164,445 164,445 0000000000000b58bb7d56195fc1efbd45f0baeec8d19d562b17b8223b9c2f5f 0.00 MB 9 393
164,444 164,444 00000000000006238677524d587702130f33c88d25c94e4e711f8f24457cde55 0.01 MB 19 23
164,443 164,443 0000000000000c45ba69135d4afa4ad2271f4cdd65e5ce1bdb81c13ff72383e6 0.01 MB 31 301
164,442 164,442 0000000000000a50622f2e410ab9dd0e9a058c1323bc5812373f0ec4b59f475c 0.05 MB 148 26
164,441 164,441 0000000000000b6155ff2946566d427ad993a08083dfb13a26f9a1c6bc43cb35 0.02 MB 71 3,985
164,440 164,440 000000000000003f19096bedbfb5b5cdbdf57ac0a8a9e67da8c5971c323d32b9 0.02 MB 58 191
164,439 164,439 00000000000009c721ff01a48ef81ca2a011afeed31f48abf2c06ce377b997dc 0.00 MB 7 37
164,438 164,438 00000000000005a590feaade5a1444c52f01eed3f629af4984a6cac423d9852d 0.01 MB 37 191
164,437 164,437 0000000000000c0237fe596020d92587d40230eefc78e190b7177fb2742f64f7 0.03 MB 81 201
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.