Memory Pool Memory Pool Refreshing

2,613 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,589 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (596,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,822 311,822 000000000000000036e766bec0b3ff64595db922262b2550f406260ea4af03f8 0.48 MB 788 31
311,821 311,821 00000000000000001e5156e0d9d415432738f31045d7f9a51e1c02ca718226e6 0.44 MB 748 30
311,820 311,820 000000000000000014328bae727edb67abd3a25fffa845844a54c1c9f0f6ab2d 0.25 MB 373 22
311,819 311,819 000000000000000036fa95c2068c8104602d3d771eb45f9786b6679864b466df 0.26 MB 442 28
311,818 311,818 00000000000000000c18f3a0eda09b64aafbd6306f8df8292fa081e6427c3788 0.03 MB 92 29
311,817 311,817 00000000000000003855f663b768b6d6f206240e182cff37e2fcaaef9984ebfd 0.13 MB 223 21
311,816 311,816 00000000000000002be950ada719b5a60329c7d231cf7889a2eaf0b0dcfb2b88 0.85 MB 1,603 31
311,815 311,815 000000000000000025dc8bd3b13f3bfbed3096e09e6a251b15410b479c515ea9 0.26 MB 564 32
311,814 311,814 000000000000000010bff5371cc0c3f2c15d94056f0b47a50daaa3995a3d89d2 0.19 MB 374 27
311,813 311,813 00000000000000002b43f72b9673294567f104912b07d0b89d94718c2eb69141 0.06 MB 77 6
311,812 311,812 0000000000000000185c0cc0b25c09160f0f7c57097a60cdaf4c4dc498f0649e 0.19 MB 366 24
311,811 311,811 00000000000000000a3d5d1a2c3ab04ebdcd3846bf0f1076f360f9bc53dc5e08 0.36 MB 624 25
311,810 311,810 000000000000000007409c2ccf3b2ccbb2032b7d50d774928328b4f485a14b24 0.07 MB 126 27
311,809 311,809 000000000000000019d459fb1dbc17633f5ca2df6c8d7732ffa3f6b6b9c30bb4 0.14 MB 77 13
311,808 311,808 000000000000000037a22d09bbda64731fdf7b96821fa85c1a0f14d3053ba1fb 0.75 MB 1,228 28
311,807 311,807 00000000000000000413559d17c2703f8d0fddd3b1be9d91e5609ae6117f30d2 0.10 MB 171 29
311,806 311,806 00000000000000003eb0606a5a3abbc29196456220d5d87962f99f0375f7d8ec 0.00 MB 15 37
311,805 311,805 00000000000000003ea27b163913100d034b13fc27f6035aa8e1fdadfdbd3986 0.02 MB 43 29
311,804 311,804 000000000000000039a033fd258eded0c911506c4cc6a8978b4b8ca50d0e1f7c 0.01 MB 33 30
311,803 311,803 0000000000000000240b38388b46f8a3a99965aac55383fa10a9647c65c41f09 0.17 MB 294 23
311,802 311,802 00000000000000001b908e6cad6857259abc92191c23bc89c89d14e7aead087a 0.26 MB 422 25
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.