Memory Pool Memory Pool Refreshing

7,985 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (778,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,074 129,074 00000000000014ed5186f3de0f3081af2ea0d15a3e4c588610cb6d1be063aa46 0.10 MB 204 904
129,073 129,073 0000000000001673a4e4bb2ef175a84941f88a2d2743621f9bd47d077500f157 0.06 MB 181 117
129,072 129,072 0000000000001878346309c9347076177aacde9c84d14dc84290897684e9856c 0.06 MB 79 1,413
129,071 129,071 0000000000000d2d2978087a4bf817fd8c705c579c1dd51452fc772d2d517ecf 0.00 MB 11 1,419
129,070 129,070 0000000000000bbb099811d6d5d86291c2ebf7d1e12dba81dbf8ecf072dc6218 0.00 MB 13 0
129,069 129,069 00000000000010f58cb4ddd74b823c0be1788985e0e6a11362ae89e40b99e02d 0.02 MB 47 818
129,068 129,068 0000000000000df192a898175871f48002ed931b8808bc75d0aa27e7b693c2ed 0.02 MB 55 1,139
129,067 129,067 000000000000180196dfd0c6ebb0f30b184095681a34621b0489ab7ef99a8df9 0.01 MB 28 1,272
129,066 129,066 0000000000000e0eeb0831f8197ce8d46abaacad583d032123b0a25f62163561 0.00 MB 11 887
129,065 129,065 000000000000099e0ace5be1ff6c920a7fcb638f809df3e4ead9617ff96eb738 0.02 MB 35 848
129,064 129,064 00000000000001e93a1d9c39055d4d0eb9394ac65e56720a4b612e2f1ef4e652 0.03 MB 100 43
129,063 129,063 00000000000007e3a6ab0faec2d75ddc4ed9f06c8dda0365dd085ae4e42001e0 0.00 MB 13 879
129,062 129,062 000000000000093271d162cc29a05e082271ea1b056ff65a81de5f6ee0efc510 0.01 MB 23 915
129,061 129,061 00000000000015b2cd2e6975da10452546c495916324fc8097e61036d454277d 0.12 MB 135 846
129,060 129,060 000000000000193609516c851e8e8a0e51c2f88ff3dd6a3ac05f6284e92e0a3f 0.03 MB 60 1,213
129,059 129,059 0000000000000e861bbc39d5bed61f94cce87409919447e2c348072f2571cc93 0.00 MB 10 1,330
129,058 129,058 00000000000009e5a9daa899e24d233c31216457b9f4af117a9b2dd9df38a49f 0.02 MB 58 573
129,057 129,057 00000000000018102ab21e4e0afc47b26d179907b605c4c36cacd605036bb12e 0.02 MB 51 733
129,056 129,056 000000000000075da9a84723e9f9c26fb511ab5559b39dd474ae32c767a6593e 0.06 MB 153 492
129,055 129,055 00000000000007bd4200c94481fdb3effe22178bf0a3a1d58121ab620e4ecc60 0.01 MB 28 653
129,054 129,054 0000000000000bd1cc7fd8aefcfdb6058aea84b51bef0872159ffb8bdb394ecc 0.02 MB 43 1,249
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.