Memory Pool Memory Pool Refreshing

7,315 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,546 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (35,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,401 872,401 00000000000000000001e8b65e3f2449ba0e46cc57d6debe9b6782673916845e 1.72 MB 3,575 8
872,400 872,400 0000000000000000000151835d442e0e087a2851664a5cd1f96b686d33054eda 1.50 MB 3,306 11
872,399 872,399 000000000000000000004b9ba0eb6d3dcc97e96e66eb195752f1b84bae78d83b 1.49 MB 2,999 10
872,398 872,398 00000000000000000001dc25e2fe2008686f44e7fd4ebeda960c8106fcaafe9a 1.77 MB 4,085 3
872,397 872,397 00000000000000000002012ff5abc2744a89800b7ac15e5c28e79502ebe34f29 1.55 MB 3,069 9
872,396 872,396 0000000000000000000272546c84fb534f999971f26fd3f26480e4202d7871bf 1.72 MB 2,917 6
872,395 872,395 000000000000000000026417f7de469a47c5f2450af995f39ecb2132adcc4cf5 1.75 MB 4,268 5
872,394 872,394 00000000000000000000c9ffafd7f4b27d1975f5a7c20a19e677eb78ce399fe8 1.63 MB 4,015 7
872,393 872,393 000000000000000000023200d2d55c9af101ecbd161818d3cfcb6f50df06827b 1.06 MB 251 4
872,392 872,392 00000000000000000001a1b9f236c7ed8e645b70f9215e2b4392a0ebd4574e5d 1.58 MB 2,127 4
872,391 872,391 0000000000000000000266edadebebc75dc2d93ec1497abfb57a76c6377c768d 1.66 MB 3,535 7
872,390 872,390 00000000000000000000047bd7983a8f895731bd468457a1ddd1c4db43fe1aff 1.80 MB 3,672 5
872,389 872,389 00000000000000000000b3d922d2b3cf64d7c710101667fa03320848282c35a9 1.72 MB 1,394 6
872,388 872,388 00000000000000000000038fab71978e51f372e7a8d618a45313306de9f987e4 1.38 MB 2,174 8
872,387 872,387 000000000000000000003cc6f8a7e61d78bef8a442357732b6855857fd6409b8 1.40 MB 2,429 6
872,386 872,386 00000000000000000001b3f5fa0718e0096c6b7039e0a035c373eb1c59678687 1.43 MB 1,684 6
872,385 872,385 000000000000000000015b4038ffda184413c87050accd4f1147322dbe90cecb 1.51 MB 2,909 10
872,384 872,384 00000000000000000001b7f5f6d66b3356f1e3b7c97cbe5b2de91a9b83a7a525 1.55 MB 3,024 10
872,383 872,383 000000000000000000009c9327c146f54a07c9ef82d95727111ad313c8c6c3c2 1.61 MB 2,905 7
872,382 872,382 00000000000000000000c12cf007cd34f48c94c455250218f214fe362145e332 1.51 MB 2,769 10
872,381 872,381 0000000000000000000110459d6e9b1f6bc573cff3375d4626a9162aa3fd536f 1.81 MB 1,038 6
Previous 10 blocks ↓
Total Size: 769.03 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,626.00 GB sent, 93.05 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.