Memory Pool Memory Pool Refreshing

57,635 transactions
37.49 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,745 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,207 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,744 (737,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,276 138,276 000000000000067f50e771ed5304ba9ec03bb447ed26cb68e83f8eafd76be8b1 0.00 MB 12 465
138,275 138,275 000000000000040399ffc09b0a618f04ce1037cf1a9b8225b7665b196987700e 0.01 MB 17 471
138,274 138,274 000000000000003efb165fe9b0d035ab80391d6db1add7c67ae72e8887dad05b 0.01 MB 13 241
138,273 138,273 000000000000035a8298736fc0c01acc02724b9358f42209a73c313dfc35f526 0.02 MB 35 48
138,272 138,272 000000000000022198c91a02ba8d6151dddf1bece6bbbee5c63cb82565d7bb1d 0.02 MB 37 89
138,271 138,271 000000000000096bbc0fc24cfd5849f15d32c278c64619042fd27b2ff354b7cc 0.00 MB 12 193
138,270 138,270 0000000000000505ce375a0a33d7d40736913f3d24cd5bcdd94eb55e86c95127 0.01 MB 26 155
138,269 138,269 00000000000005ed5a671ff7ac8509b7641b103b0991b23ed6a2102dae01b50b 0.01 MB 10 27
138,268 138,268 000000000000023a109dbeeba240d908126d3f45d701432bf935599f9608b1a7 0.04 MB 91 58
138,267 138,267 00000000000009a418a15d0af4fee3c94880ffbe4b0efdba87e92e3428f71c2a 0.01 MB 33 23
138,266 138,266 00000000000008c958b754ae5c37f72da8ca646fd1de3693d25366e122a928cd 0.00 MB 11 380
138,265 138,265 0000000000000080cc41e75a7c871a60e5835bdc251821c798ca79f5da613fc5 0.03 MB 26 716
138,264 138,264 00000000000001b54701ca1facc774d1a9c90325173be3e2ce664cbac1826124 0.01 MB 44 113
138,263 138,263 00000000000001607eb79ff68cad3ec237653e548fb89f2702ae8c13e0490677 0.00 MB 13 74
138,262 138,262 00000000000005e4d0745d0a159321e920454d1176c24e4376a773540d019db6 0.01 MB 17 51
138,261 138,261 0000000000000499a7c498aff14dd31f68c5d79d182c90b819d067f6576a1688 0.00 MB 8 447
138,260 138,260 00000000000005e4282e6a8522bfcb71ac26b4f051b7fdcb341f9d1f3c3aad1e 0.01 MB 35 151
138,259 138,259 00000000000007b6dd23104060e0f179c43419553b5850512c72f28b86aa755d 0.02 MB 15 66
138,258 138,258 00000000000003aef0b78dcc879155b80299a0ab41356379c2985cf0e32547c0 0.03 MB 78 137
138,257 138,257 000000000000061315ba2d0e6ee186b2e584cd140b225ff4e48b9848f8f4d5f8 0.01 MB 38 140
138,256 138,256 00000000000006f828156dc65f74fded389c2685dd7aba289445706312400d54 0.05 MB 145 128
Previous 10 blocks ↓
Total Size: 710.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: 630.81 GB sent, 12.45 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.