Memory Pool Memory Pool Refreshing

4,603 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,792 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (42,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,263 865,263 0000000000000000000111eec6c12594435ce04b62e966e4521b0b83c5270ef1 1.95 MB 2,988 15
865,262 865,262 0000000000000000000237f4492859249a66102e1c636b0bef3a78c7f686941f 1.48 MB 4,560 27
865,261 865,261 00000000000000000000057cfe33d5df234e3e1dc6baeb882832ebd8cd8c85ea 1.89 MB 3,292 19
865,260 865,260 00000000000000000002d1c26fe7e2b662bd134a48d0738f7e8ca7da66983278 1.48 MB 6,131 20
865,259 865,259 0000000000000000000148aab60eee05f463c2b38852b05a05c24c85fb2951ee 1.51 MB 5,150 25
865,258 865,258 000000000000000000026a698ba206cc83d3164a09e02ff190f1a442073403a3 2.19 MB 2,379 17
865,257 865,257 0000000000000000000213e35318cbab91c11dc356db75468a6c53d4ccf956ce 1.57 MB 4,254 17
865,256 865,256 00000000000000000000d17487c83b0cc04a8fef382990467b46dc66d48bc900 1.54 MB 5,825 22
865,255 865,255 00000000000000000002183d910ee8fba564e77adbb93c3ef7e4f4496d56d4d6 1.54 MB 5,110 30
865,254 865,254 000000000000000000009bf2ce04c22748da58d957a3d179808b62c4ac5c6c44 1.46 MB 4,747 38
865,253 865,253 00000000000000000001d0eb9ce6f2a370ccd8109d2500d4dafed766716822d2 1.49 MB 5,672 28
865,252 865,252 00000000000000000000b61ecd5ed74c1401218cbb03bce102af2aa5fa421fd8 1.49 MB 5,305 35
865,251 865,251 00000000000000000000a1bf837dce0ec656330302d83734b79957665c69f16e 1.51 MB 5,343 31
865,250 865,250 0000000000000000000307cea5906924d69ab6a69049f9b1dc203445efa96951 1.48 MB 6,298 29
865,249 865,249 00000000000000000000f898f1bb6957750aad50a02fa8d2720f80a98cefb0a9 1.42 MB 5,142 43
865,248 865,248 00000000000000000000b8c79fa69defa7c0013defaa9c0b358522856171b972 1.53 MB 6,272 28
865,247 865,247 00000000000000000002d1162e18d5f84a342892fe7aca883d93a14baa8168f2 1.50 MB 6,235 30
865,246 865,246 00000000000000000001b83bb20b38d9a6139d3ee7d440997405c04e95e607d1 1.48 MB 3,707 56
865,245 865,245 000000000000000000010975225cbc88e96930d684dae5c71207e6a0765cd7af 1.58 MB 4,571 17
865,244 865,244 000000000000000000004ea2bb50478cc887b9ce5da75dac1528d4e86f79d330 1.47 MB 5,545 20
865,243 865,243 000000000000000000019109a1f82218424c2935bd76d6f2d1585f0cb8bdba1c 1.50 MB 5,417 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.