Memory Pool Memory Pool Refreshing

19,377 transactions
6.23 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (381,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,828 525,828 000000000000000000327ca0e02f6c44c13e03db97f52bd438911bde1c660b07 1.02 MB 576 3
525,827 525,827 0000000000000000000738ed646b7b4b640d21276e39bdf6c33413d24096e908 1.03 MB 558 3
525,826 525,826 0000000000000000003d5e61f1536ac9a05b082fdfd3e4a133462bf11f953012 1.03 MB 562 6
525,825 525,825 000000000000000000390f7e6cfa99bc6b5866ad66459db04d90061ee40c0dfc 1.03 MB 500 6
525,824 525,824 00000000000000000041317267f16b19057079dfc4ee728cfbc32c2b4b705ef9 0.11 MB 260 32
525,823 525,823 0000000000000000003e5d46c7f1886b21dcd650b8d4ba9f5bef7c17b5714b88 1.02 MB 451 3
525,822 525,822 00000000000000000001e1009cddd5740c40bdedbc86750e6059fcac36868a6b 1.12 MB 2,004 13
525,821 525,821 00000000000000000032817e10b369aebc3324616d9a1dcedece7235a3adf749 1.11 MB 1,422 5
525,820 525,820 000000000000000000143d01f89619b8f387f6f666cc67729c591a55c3432251 1.05 MB 354 18
525,819 525,819 00000000000000000027108c6a28040789e0e06bbbd263ef2fb5b35332508b63 1.10 MB 1,759 13
525,818 525,818 00000000000000000005e9a8ce5d2c1f7fb848fa93563563c09d9b8c60e7efad 1.02 MB 530 6
525,817 525,817 00000000000000000010d9f1b2487344e6029a94d07c86e6ea686348b1c25f58 1.02 MB 355 3
525,816 525,816 00000000000000000026d3b42881245dc0c51e4d616f2f77f9608c537f166626 1.07 MB 1,109 8
525,815 525,815 00000000000000000009c0e79913bb9140f7f86350eea5e085c77ab2e2aebf7d 1.18 MB 2,457 18
525,814 525,814 000000000000000000329778169460678309ea547a53f615e438497ea97673e8 1.07 MB 1,364 10
525,813 525,813 0000000000000000002933a0da487f814a6f83472f2170f3b7944646c9c3b2c8 1.03 MB 458 3
525,812 525,812 0000000000000000001d9b6ba96f1552556079d1ac531115089ef75bc8b9c1ba 1.04 MB 547 5
525,811 525,811 0000000000000000002158c7a6472143a58c589fea453fb516ea80e6680cd5d7 1.03 MB 548 4
525,810 525,810 0000000000000000003b3e5f89a92e9c951bf8d1a487b57e3b66b85b17bcd97c 1.08 MB 862 9
525,809 525,809 00000000000000000009d779ec8c70a0cf617f05d8da46690ba961490746c840 1.01 MB 262 2
525,808 525,808 0000000000000000002070013210eb499bd42263a14a529f698833a9d53efb85 1.01 MB 176 1
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.