Memory Pool Memory Pool Refreshing

6,277 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,122 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,809 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (806,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,829 101,829 00000000000312b9ca50e046995f62ba2ac4e435c3b767142d34b892903e7f64 0.00 MB 6 0
101,828 101,828 0000000000034fa609c4d678acfc28d80b2ae26afd06efbfa4c235b51a82c32c 0.00 MB 12 0
101,827 101,827 000000000000416c77ce9b31f8c1e6fb6b61e3875fa666addbdb7c8a2bfe789f 0.00 MB 12 0
101,826 101,826 000000000001c976aacab08945dbc8c72024508f9e261b7ea73b95dad627d83a 0.00 MB 17 237
101,825 101,825 0000000000023b308bbce79fe07902bf939f5ac76beccbbf4d0a83dc03ab9b30 0.00 MB 8 0
101,824 101,824 000000000003c7125d5162e279fe38990c5d642e1a741a4a0780871d450bbe53 0.00 MB 2 0
101,823 101,823 000000000003feeae1990a7519ab99a6417408764d5ccb15f8edae197083d86e 0.00 MB 2 0
101,822 101,822 000000000000f385ae0140a266349668bf478b9993fd13baf76c61333306af52 0.00 MB 8 0
101,821 101,821 0000000000002e8862cbc65d248b9b7a3fc51f89fab1ed998638e98aad0c24f8 0.00 MB 12 0
101,820 101,820 000000000000808b243cbdef606add3a8f6b8a55b45bf06438bcbaa4e0db7f10 0.00 MB 7 0
101,819 101,819 00000000000203917517e4bde566d4154677e8e27c861ab5a4c2fd3219782010 0.00 MB 16 0
101,818 101,818 0000000000021e35533cbac3373873bb26429c8cb05cb31f32c9f7c133adf04e 0.00 MB 3 0
101,817 101,817 000000000001cf7f9957097596277c227151c9d30fd134c7f1bb4c642ee6a612 0.00 MB 6 0
101,816 101,816 000000000001c27d5688fb7925f30b416711b2b1b448c0f7728655d0229c6d03 0.00 MB 3 0
101,815 101,815 0000000000034245968820761e3c91c95bd37800dfc787bfd1a659d7b1f23e5b 0.00 MB 6 0
101,814 101,814 00000000000267bf88b051d5d5cfe5aae15e44de4a0fb967fd32655b6f978362 0.00 MB 15 0
101,813 101,813 000000000001524c3c2c68c63cd8e64c7024ce08b3e13bf6f4c41e4fb06719c3 0.00 MB 4 0
101,812 101,812 00000000000312855ec97fd053ad295ac5ee120d00b2ca7f2234b593643f3632 0.00 MB 7 0
101,811 101,811 0000000000020852f30e5d21a5ed20d1f6900552b4d402c184b29322df10565f 0.00 MB 10 0
101,810 101,810 000000000002a9c165ddeadad02f3fa726efc01255a80cf15a25f6b4fd18b10f 0.02 MB 89 0
101,809 101,809 0000000000039f79b313999046076379d62aaf28b808e302ff9ea709659ca046 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.82 GB sent, 96.77 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.