Memory Pool Memory Pool Refreshing

4,750 transactions
15.07 vMB
Show Random Selection Loading Transactions
Max Size: 63/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,847 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (836,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,078 72,078 00000000009d3ffa05a1d21e286c3fcc1fbf76fbaf4f97b5443b4b58d6ebad8c 0.00 MB 13 0
72,077 72,077 00000000008845851b6e94aeb8f3af7c8b06c8849fc7f1b1f9967583bf55f5e7 0.01 MB 21 0
72,076 72,076 0000000000bdc2e9de28d54667d0dd7c1d116d96ffb93572f60a5304834f1e4c 0.00 MB 5 0
72,075 72,075 0000000000441c17db148cbe1b3c65e0f190f5e5d85e170b79acde5942e9310a 0.00 MB 4 0
72,074 72,074 0000000000a79d5c2df4a25d8dd76643201b3261075105cb0995040acce3832b 0.00 MB 1 0
72,073 72,073 000000000000de29a11c56f073e0721404f363ccc6edabb57cd9f20d32f44a3b 0.00 MB 2 0
72,072 72,072 00000000010985aedcf354991c8849ebcde81f6bb41751a82609c7b0df4c6789 0.00 MB 2 0
72,071 72,071 000000000086e8ca0643934bf8defd2571ce244bfc95654575596f7ce9f22e9b 0.00 MB 1 0
72,070 72,070 00000000002d21f65d694cd81f8afb4891bd39dfb580430a6c7ef97d7a6b2af3 0.00 MB 1 0
72,069 72,069 0000000000028c5e0c76dfe90bf9ec554d6af69e9d846ad33cafadb83c71a374 0.00 MB 1 0
72,068 72,068 000000000094d1b1a62f6f616943c4384a07ac5d3e1c32d2a9076fb4dceec024 0.00 MB 1 0
72,067 72,067 0000000000197289e28616d32a04a2a39f877b308cf9ca93796f5f5908c322f2 0.00 MB 1 0
72,066 72,066 00000000000f07b9bb099250c2e5259d7d95fb1bbeabfd683a28be9b39a47429 0.00 MB 1 0
72,065 72,065 00000000008855c18227e49e9b27a5e3bea13ce78cd1b2a73fa56e423e3939cf 0.00 MB 1 0
72,064 72,064 0000000000e86a28cc47901855b6ab8b813f5cc2ad1a4d11a91cf904a6179f81 0.00 MB 3 0
72,063 72,063 0000000000c5bb305c22e8100c92b86c317697db401c005e8ec1c7a6cc2ee27e 0.00 MB 1 0
72,062 72,062 0000000000149c41629ee3f4fdec82a6b04201a113362558effe9e83073b12dc 0.00 MB 1 0
72,061 72,061 00000000001bf774a5954fabe407ed7d40796e7bb07e8bd51697005430f9ecbb 0.00 MB 1 0
72,060 72,060 000000000073083f29dd12c058df6c5528af3d032cf670910b6c6de81de89931 0.00 MB 1 0
72,059 72,059 00000000001e913ecbe723e019458029e8f9fe3bef044340aa1018afc615db6d 0.00 MB 1 0
72,058 72,058 0000000000e347cb9ca265f25fb61b689a44219dc82daafbdcea8749561103d7 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.