Memory Pool Memory Pool Refreshing

1,102 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,087 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (508,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398,914 398,914 0000000000000000072428795f57252066ed7ed5814b419f518e0ba30ccb6af9 0.19 MB 323 46
398,913 398,913 000000000000000006298f00922106e5a154e5e8844c4439c3b18aad819dcf0d 0.69 MB 1,123 30
398,912 398,912 0000000000000000020369fc6ecfb7fc52aeeffc62aa25eb7bbd547767136511 1.00 MB 1,300 25
398,911 398,911 000000000000000003f665c878a456d8bb7a4fcea607d622c2f582c11ecd4dce 0.00 MB 1 0
398,910 398,910 00000000000000000128d27a5aca5026d6c898e9c6c27bbf4f1872ddfc32230e 0.98 MB 1,153 22
398,909 398,909 000000000000000001b439240ea7df100dab914007bc95126df1490aeba73695 0.93 MB 2,418 50
398,908 398,908 000000000000000006511b1321718b88b80af778800f5b2d92a2b749bee7cc19 0.93 MB 2,522 51
398,907 398,907 0000000000000000035a7913861ee1a96fb37e626fd3c2949be132a255e28dc2 1.00 MB 2,499 48
398,906 398,906 0000000000000000002cedcfee6112670dbaa11f0d40d51402e23827d474943f 0.98 MB 2,627 56
398,905 398,905 0000000000000000066522d6fa5217aab024192798111ae6723021177fc805e1 0.20 MB 358 30
398,904 398,904 00000000000000000236b1c505e8bc8b8b8991a9d01d5f5a51c01f8504a87f5f 0.29 MB 349 42
398,903 398,903 000000000000000000f60abfc222ee4a827f84a7acd2f9d32cb359c3131efe8f 0.40 MB 333 15
398,902 398,902 000000000000000007611c258a0a78e870daf8cae306677a29cd626b8fee39a5 0.27 MB 419 30
398,901 398,901 000000000000000000d2d9b9c475ed4f95edec8c0cb210f0fc932105c3507994 0.00 MB 1 0
398,900 398,900 000000000000000004d46b16504e220bf3cfea83f3ca9ddcedd6345c9ab394f7 0.95 MB 1,046 22
398,899 398,899 000000000000000001f7b01564db63940130954bd495f80749ac26cfbd9441d9 0.98 MB 1,866 37
398,898 398,898 000000000000000004b0b1af8c348d74bb2437269998a0c0680782c5b115e9c1 1.00 MB 2,218 44
398,897 398,897 00000000000000000103fbd5825a1ef895303c9791115a25974acebdeb797cb1 0.95 MB 1,933 53
398,896 398,896 0000000000000000061fef47a016af04aefc631647278bc4121319285be166ed 0.42 MB 525 24
398,895 398,895 000000000000000003b034ec909cf04976bdeced7724169cde046a4e2a8b7e5e 0.10 MB 154 31
398,894 398,894 0000000000000000022a308a388fe037f869e73dc103ccf740ec97588c729fad 0.60 MB 1,089 42
Previous 10 blocks ↓
Total Size: 769.10 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,628.91 GB sent, 93.39 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.