Memory Pool Memory Pool Refreshing

1,127 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (863,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,818 44,818 00000000235e624cc0a8efe265a02067893e61980a653a70bed014b2f6446ef1 0.00 MB 1 0
44,817 44,817 00000000025dbeb997b550540c48580a4e5f375ca4e38e41be3039607d5de69b 0.00 MB 1 0
44,816 44,816 00000000119c7f257decae2e74356db0d0487a5b80a95127d40f6151208ce4c5 0.00 MB 1 0
44,815 44,815 000000002619c682237cd8ebe52debf7c9223fee925c8551f9344bcd9920fed1 0.00 MB 1 0
44,814 44,814 00000000380289c6510a79be02c1c841b70bd1bc9988da1782f006ff357c36f3 0.00 MB 1 0
44,813 44,813 000000001088a9191a166faf19f296b58a9c3ee479572958ae8e5493264953a4 0.00 MB 1 0
44,812 44,812 000000001fa4939cf8ec36ae0c9a8ecbf6356d53a02d863f083d921bc5a64d08 0.00 MB 1 0
44,811 44,811 000000000d52ff10b9c49d51b324ed4049339fcc93470755ba4e76aa6ac3f326 0.00 MB 1 0
44,810 44,810 000000003878b5efa67a5995f70a602778ec1477685160a85a1b26fe8d1e38b8 0.00 MB 1 0
44,809 44,809 000000002b217e8d5b0961400534d00664d8d9e70785011580ff60d9302bb1d1 0.00 MB 1 0
44,808 44,808 0000000036306c02fec2f755a22da74ffea5306316cd81390c7ce0cf654f1c8e 0.00 MB 1 0
44,807 44,807 0000000014a6e51b9f870b5962bc27ff44f1ea83860bef9128e6bf03825ed960 0.00 MB 1 0
44,806 44,806 000000000d24b77b93845d3f7992e48830f04eecd6014473d8a9521988d6dc08 0.00 MB 1 0
44,805 44,805 00000000150216741eb43d87778e426cfdadb5313278f7f50d9ddcd2113e85f3 0.00 MB 1 0
44,804 44,804 0000000019e0aefe0ddcfe30f83b63142ad9e961b9fa98d9b8da48d0f7ca082f 0.00 MB 1 0
44,803 44,803 000000002e208aca84a5bf8e5bb667e80d7b5b46feed833ac031bb0651016967 0.00 MB 1 0
44,802 44,802 000000001371a396c4544772caeea756d7b3a1335b42ca83c1b6206633b5b9d7 0.00 MB 1 0
44,801 44,801 00000000341833144fc2e692e1968f257cceeaae5546e604307d515c5b9fe48c 0.00 MB 1 0
44,800 44,800 000000002c59046dc05c3028f451a7d6f9f2f9d76da40f8b9d2dcf79c1a692cc 0.00 MB 1 0
44,799 44,799 000000002fcf0c52fb3ca13ea5d6ebb17e3282d1fa32617c4a925d71b906ee7f 0.00 MB 1 0
44,798 44,798 000000002be84b0f12e24500c7f44b658cd88f5344c12dc53d979e4736047f9d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.