Memory Pool Memory Pool Refreshing

2,267 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (808,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,983 99,983 000000000003e130f2e3e8aa86f1ab5068d496759a4368de2ae86c1c32f99bc9 0.00 MB 1 0
99,982 99,982 0000000000002db0feedc3f52d56746ad5446b8e7f912b753481dfcf7b192558 0.00 MB 2 0
99,981 99,981 0000000000000650533578e7302bcb692db0be11a796f817b7c95be6d73edbde 0.00 MB 1 0
99,980 99,980 000000000001c2564730f879a135027e7e6db97281d048b9aead0072dcef6395 0.00 MB 4 0
99,979 99,979 00000000000060388fcc6420495067252005e8922f66fbd2de8fd68dc5b11abc 0.00 MB 4 0
99,978 99,978 0000000000002f71782be141cf78ace61c067c366c1e0803635f261a6ed7eefc 0.00 MB 4 0
99,977 99,977 0000000000029e1eda16f281c3b66563b431e6c9f076f940c6aad44c54eb9824 0.00 MB 1 0
99,976 99,976 000000000004717975a82df2ff4784b7a7c22d41a5a70e4371856775b3959efe 0.00 MB 1 0
99,975 99,975 000000000002dacdd24bcbfd852fa160157cb291c9df433497be2bad7c910ae7 0.00 MB 4 0
99,974 99,974 00000000000348e2d530dfe92023ea7e41fcb385b68512d69e839724557672a0 0.00 MB 6 0
99,973 99,973 00000000000308a54000e7192d382faace637f7d6cb259b0e86e8f9f158da7c0 0.00 MB 12 0
99,972 99,972 000000000000f24d989ba1fefc4e31d8691fca4e0f97ef1f638132f191a17066 0.00 MB 12 0
99,971 99,971 000000000001525c2443d218a0697cf37486a4ab23ace5cec52a657456af4acf 0.00 MB 1 0
99,970 99,970 0000000000014851676b5970cd60c5e3def383b23b1f44a2da96f88c9dedcdac 0.00 MB 1 0
99,969 99,969 0000000000008a56883b63a6e19d8d28827cc48ee44c23db9d5828665f3a5a68 0.00 MB 2 0
99,968 99,968 000000000000276f7886d59ad50f3bc7cf98fb6b001e5fef2a11b94221433bc9 0.00 MB 1 0
99,967 99,967 0000000000022f8d87ac5120c2f7d14a96863dfb511e1c6e6a43d81229e997e6 0.00 MB 1 0
99,966 99,966 00000000000356aec77646efdd2ad51b753a7cc29f284954a80f31df55b6236f 0.00 MB 6 0
99,965 99,965 000000000002d10a117d934e0b57fcd2698799821237ce0ee6e56d9722a44692 0.00 MB 4 0
99,964 99,964 00000000000258c59a66012c946d420d819030273b38c7ea7955768da3b1ae97 0.00 MB 4 0
99,963 99,963 000000000004271957d9988e918b18d4b8ce06ae7f4ddd456ef642f4abb47add 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,776.97 GB sent, 99.74 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.