Memory Pool Memory Pool Refreshing

1,022 transactions
0.32 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
1 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 996 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (826,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,723 81,723 0000000000084ed385cea9b577015e1184a6b620c8c8ab9f1b033e0dc1658f4e 0.00 MB 6 0
81,722 81,722 000000000025407c29a1c660481c986683858897512083b95dbaa768bd8da474 0.00 MB 2 0
81,721 81,721 000000000029063d4c64d998365f4298a061faead87a24b7e2e11048668d6239 0.00 MB 1 0
81,720 81,720 00000000002effabf62f04964208c1a3a6c84e95a409c6406fd84fcb75ecab3b 0.00 MB 3 0
81,719 81,719 00000000003daeef38d532d0be4049e2da21bfbe9e79cb95a51bdaff59f11b42 0.00 MB 2 0
81,718 81,718 000000000037383730bb939d1e3a609f9200da7a7e0b56343a43ff7635c60cd4 0.00 MB 3 0
81,717 81,717 000000000030387c6ed121dea1c307e5dd131f8f4c65edd0507f1712fe48133c 0.00 MB 2 0
81,716 81,716 0000000000083177fe4d3f8b8f9bebf7598c314419f1f0ef717ad67d34f2f48a 0.00 MB 2 0
81,715 81,715 000000000037a094b083b3379e3c2eeb4421f5fdf00c357e137cb0590c8b3f9e 0.00 MB 2 0
81,714 81,714 0000000000275ca706325e6d0e8064e0f639be6b5c9160cc09d5f778e60a5bbb 0.00 MB 1 0
81,713 81,713 0000000000253d419210b71334865aa9c47c1a73847b655c882c966a2817bc54 0.00 MB 3 0
81,712 81,712 00000000003904537a95abb665f7c73fc90acf5a02cd327337f7abff2fc72b4b 0.00 MB 4 0
81,711 81,711 00000000001bbc19261a6ecaf1925dd7a8f4cff4ef5047b17c896b12cefaa116 0.00 MB 1 0
81,710 81,710 0000000000029403020ba45946afc27d75ef40b66bba17ed941e9a333c252563 0.00 MB 1 0
81,709 81,709 0000000000042c14a833c197dd2bf25120184520f1035381fe64d23b5a128df8 0.00 MB 1 0
81,708 81,708 000000000042a61f6b7959d8070382b60250bc2a68ab1d0d71a01a57941e3902 0.00 MB 1 0
81,707 81,707 0000000000300eb0163edd63a4b21d7a3a6100bee4944bfe21dd755d507da258 0.00 MB 1 0
81,706 81,706 000000000044bbd88e0fec0219cc80cc12aef120b8b1d3d4427b727dbd5d3353 0.00 MB 3 0
81,705 81,705 000000000005baf2332079d97a63e42923d62a1a186e428ed7506e150f5d8068 0.00 MB 6 0
81,704 81,704 00000000000e913cbc21d677ef658981f50da32a87bfba44dad10ec668811abf 0.00 MB 2 0
81,703 81,703 0000000000392853788e5d98dd4fd674d939843d4422cc9002387e1f5f042bf1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.52 GB sent, 99.64 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.