Memory Pool Memory Pool Refreshing

5,140 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (717,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,775 190,775 000000000000077fcf520dcb9d5a0ac62e681f63442e20baa355ce55e0a022f1 0.05 MB 90 83
190,774 190,774 0000000000000821ded978ca7f88b9ccf49eb5adac6e65af402d7c98101833c7 0.01 MB 24 109
190,773 190,773 000000000000001993e0768cb40ca5ad574b83f3ce79cc1fba6d0fe367a9a58d 0.09 MB 256 230
190,772 190,772 00000000000004bfba6bcc1ba88c8953869b6f82fcfe75c22c7f91be15f23e1b 0.03 MB 58 144
190,771 190,771 000000000000019181464f6efc7a1d4e24321ae10ae3c0bdfb1fce776ac54e1b 0.08 MB 207 203
190,770 190,770 000000000000082f1119d9bf7426ced47437d28419fc683289c0245c9d12bd22 0.14 MB 256 182
190,769 190,769 00000000000002dc993ed2f971f2740c2c9dc864b5d7a9bd8f58e7b710c5f94e 0.12 MB 201 167
190,768 190,768 00000000000000b87754d1380ffc483bacb3a6c68f4d46fc203696da55742b83 0.00 MB 1 0
190,767 190,767 00000000000006bd1f6c18a715eb3fa244acb8eaf877e80a113881a25b0d7dfb 0.00 MB 10 29
190,766 190,766 000000000000015fcde0daeae295bdd7a97689c810396231e056a9307330970b 0.04 MB 100 67
190,765 190,765 000000000000062c61942807228f7410630cebd2b912996fdbaef49b571574f6 0.19 MB 502 178
190,764 190,764 000000000000071c13cd8e23c33d839fc276def34e22e0daf65bc373aed237c5 0.00 MB 12 30
190,763 190,763 000000000000021a85d67cdb27b838446e92788b3fefc20459280bf1540dbd93 0.03 MB 79 180
190,762 190,762 00000000000000272fa48d081821cc6f7f54facc530ca77d34a78a0032fccd54 0.00 MB 5 1,518
190,761 190,761 00000000000001e31d2f9596ec0beca214a0d2f4179523591ba6caa9c7d80af2 0.06 MB 188 18
190,760 190,760 00000000000005a29a502e2bf692fa15792132bbe662317b30e9a6e6553094c2 0.08 MB 200 131
190,759 190,759 0000000000000000bb523eca4bcccbec0bb2e31f7b916acea61556ae8d21ac02 0.20 MB 526 391
190,758 190,758 000000000000053237b3fcc5d0af5e64186b517effe54e5866971a7ece08003f 0.01 MB 25 151
190,757 190,757 0000000000000447c295735cdd7f8f414e0ee0072e5c018706cdb3f6779120c2 0.06 MB 122 152
190,756 190,756 00000000000001311b0661b7dd4ee494cbbffad7f7a1f3a3cb230f875e00a773 0.10 MB 232 152
190,755 190,755 00000000000000a931ee13297a6b69b495179b68bf882fb4dc9465bfb5dff3ae 0.03 MB 64 90
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.