Memory Pool Memory Pool Refreshing

10,619 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (709,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,986 197,986 00000000000003bd092ca8c26e524fedf1820f7841a9f26ebbb552fedca22a50 0.09 MB 239 0
197,985 197,985 000000000000024c7d65cd05d95c127a82e3f140480c979472ab072c4bb38fa1 0.07 MB 146 95
197,984 197,984 000000000000017a1c1b4b5750d07bd076340a05ecaaccc880ec43badcabc0b0 0.00 MB 7 0
197,983 197,983 000000000000059a7e4326dfd3314440bc626c0c382715bab25f3f59974afc23 0.12 MB 248 132
197,982 197,982 00000000000003c1954337696e9fb56c6bc97611c1ca18a58f5f4f509997d47a 0.09 MB 195 102
197,981 197,981 00000000000003abd6018213d49db36fab7059e2264335ae1eccead2d3edd7f1 0.08 MB 214 142
197,980 197,980 00000000000003a40a43aefdad116e9b9316372e5a519933674342191c1656a6 0.05 MB 101 85
197,979 197,979 0000000000000148a1ea70b4445b7bf87a71201dd2c9a5e71f80b6226b7b322e 0.00 MB 1 0
197,978 197,978 0000000000000303fd791f7b537fb403189d7c990b9721abf0bb327da0c5559e 0.00 MB 16 94
197,977 197,977 00000000000006254667ae04fc9e3167453a6cbfb370d1f2e88a5a9920ab863f 0.03 MB 99 141
197,976 197,976 00000000000000167211cb3b5d9e14a67d134c1ae9470db3ff9f4c05b0867458 0.03 MB 65 144
197,975 197,975 00000000000003c568c2f6b88cec0124eea37e4e6548b44365d450b307987d90 0.03 MB 87 130
197,974 197,974 00000000000005cd6483f94813d1d637b89cbd96a2570ada0e7696a77b4464b2 0.04 MB 99 110
197,973 197,973 000000000000031d03b1e5cf586539087133952bee706421fc0134644acd5f22 0.02 MB 72 191
197,972 197,972 0000000000000522cb4731e3da9f7ff5f2e8563429b52f653b2164d9e9741b29 0.01 MB 40 137
197,971 197,971 00000000000001527e5a51d7addfba0228b2043350056a90cc397bf99805da05 0.05 MB 128 157
197,970 197,970 0000000000000053460a91f4ee0563106716857ea0f5a30ad8dfba9a5271bc86 0.06 MB 128 88
197,969 197,969 00000000000000a0cad54c04dd881a2763ee638c693f6c4dc9b5653ac72f7af6 0.03 MB 52 67
197,968 197,968 00000000000003b61a1f5dba3bc037d0b65852e99f9c3fbd62ab2aaab0711721 0.11 MB 222 111
197,967 197,967 00000000000002a1d6fd98e16500c86d40f0ddfad932f8d64b7020137161b78b 0.01 MB 33 386
197,966 197,966 000000000000035697c0dc277a07fd3ab604e367b2f45c67bee0328d4e5550aa 0.02 MB 72 168
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.50 GB sent, 94.38 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.