Memory Pool Memory Pool Refreshing

7,103 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (19,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,710 888,710 00000000000000000001d839de1a4afd74c967b599d7c7935be3c9976bd15ba6 2.16 MB 336 1
888,709 888,709 00000000000000000002271e00c03ebdfae3aca40a503cdc18b99261f4d068b2 2.05 MB 584 1
888,708 888,708 000000000000000000002ae7c136271d0f772cad276aa4b335f3e74a156649a6 1.88 MB 2,881 1
888,707 888,707 000000000000000000005cfcd0726f8ab244bb6e5b9368c5ea77c36534ece4a6 1.69 MB 3,947 1
888,706 888,706 0000000000000000000137d4aa5ab477a0c90eb575af76871538a5726b7d2cdc 2.17 MB 2,464 2
888,705 888,705 000000000000000000000fa584ac3636391e2703779226fc9f9ee0df9758d68d 1.45 MB 2,463 4
888,704 888,704 000000000000000000019232f0367c70aee21a63db067983d134709f66dfbeb1 1.90 MB 2,927 1
888,703 888,703 00000000000000000001af0d330dee52f3a341e5fa69f4b8d11195f178156f8c 1.55 MB 2,352 1
888,702 888,702 000000000000000000009dd65c3c98a47f500426b38d530da552dee81f9d1fc0 1.41 MB 1,511 2
888,701 888,701 0000000000000000000256919873c417efe6f8dc093f68b4cb5675795d2c46a6 1.42 MB 2,120 4
888,700 888,700 00000000000000000002769a05dbe3ee6e154ce96859ed008e5e62e8fdf5ccd0 1.32 MB 563 2
888,699 888,699 00000000000000000001defc2fac1b2462889ad6fef6aee5bc17396fd827377a 1.36 MB 286 2
888,698 888,698 000000000000000000008f9e34242944e2d0780c8b3f1a67f36bd70ddd109113 1.74 MB 1,944 3
888,697 888,697 000000000000000000023c8247e832b529538feb65b51566fa394ec89d4e5b2b 1.54 MB 3,710 5
888,696 888,696 00000000000000000000b1a16c0c482937ea465f2b3674e3e1cae96bffcb83d3 1.61 MB 3,386 6
888,695 888,695 000000000000000000027d9a54352cd13baced89cae6bd62540d30ea3e690fab 1.46 MB 3,350 9
888,694 888,694 000000000000000000010babbe1f1dd89e2b6438e24c0cc40288747c764e4455 1.53 MB 2,782 4
888,693 888,693 00000000000000000001a39eb7c6c5c39df5c11c062597d50868f546eb540688 1.48 MB 3,312 5
888,692 888,692 0000000000000000000046f15a5fa8d30feb7b1bfe7c6ead149e1b9fcedc28dc 1.22 MB 1,341 3
888,691 888,691 00000000000000000001946a0ffddea3bade30b9589a572a42160931316de975 1.64 MB 3,248 5
888,690 888,690 00000000000000000000a9bbf5373ffb8303050efc54d8656e75540fad7c0c24 1.31 MB 904 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.