Memory Pool Memory Pool Refreshing

9,759 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (127,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,583 780,583 00000000000000000001310362e81b4c03b7d73bf2a69e09adf775a1988e1140 1.99 MB 1,265 8
780,582 780,582 00000000000000000000a8ecb60efe6dd6faf1e76cb1569c16b6e48c4094440f 1.65 MB 1,889 11
780,581 780,581 0000000000000000000577a1bb126340acc276f04ce5f86de2122200c3610953 3.13 MB 872 10
780,580 780,580 00000000000000000005d12d0f09bf15bb50b560f7763a84bffd3dce8b44a71b 1.83 MB 860 7
780,579 780,579 00000000000000000004e9d93ca1c9ccbd2f9a64cd650bb9af7bdf7f4a1c811b 1.93 MB 1,607 10
780,578 780,578 00000000000000000004172a4be28d9cdf7e5e36836f1fc6a106ae73266bf47a 2.83 MB 1,533 6
780,577 780,577 0000000000000000000555bb93b843ee6b7d5a192b0bbd5b57092ecf18fb8ff1 2.72 MB 1,204 15
780,576 780,576 0000000000000000000119ec6506c61484e0781855924c023e63787d52cf2250 1.20 MB 1,109 16
780,575 780,575 00000000000000000001a32b29e67562060224047dc59efbf3e33b7de633fac0 1.47 MB 2,678 33
780,574 780,574 000000000000000000005f9b825bb0b472275c36a88ff225e5c5289a5e00c8ea 2.81 MB 1,021 3
780,573 780,573 000000000000000000045c74c982e7c88bbe6b664c5c8be6f256f612ebb84d90 2.78 MB 1,279 13
780,572 780,572 000000000000000000062dca282bcc80f0b1b5550cc3478042b8cb1f10f11ca6 3.12 MB 1,079 8
780,571 780,571 0000000000000000000406fa774231ab3a98a134eb5b5471c99f76f46f719e07 3.11 MB 1,101 5
780,570 780,570 00000000000000000002d58bdd343cf95fee2f232b39fb96ee6aa6a35dab33f5 2.18 MB 563 5
780,569 780,569 0000000000000000000632f6c5bf19b1f310321fb22cb62106e5992fcfc9fb03 3.35 MB 605 10
780,568 780,568 000000000000000000060f4489842e580006f7a9818152967e736be284e1e8c4 1.84 MB 2,287 18
780,567 780,567 00000000000000000000fdbb760d91eb5aeadba211b202546f518e5483ce774d 2.98 MB 549 8
780,566 780,566 000000000000000000056c4b5b498cd1a1d4d4006e9f6efd1d237957345c7816 2.92 MB 808 10
780,565 780,565 000000000000000000005c5e319a312ddd6d3c3b33ae40246b7c090caf056ea3 3.36 MB 658 8
780,564 780,564 000000000000000000054e9b81d6a59cd9b912631777a9a4e9904dae6e866f28 1.74 MB 1,835 17
780,563 780,563 00000000000000000005f67518c92362758324984bbb17087e4dc0157fdf8d08 2.72 MB 966 19
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.75 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.