Memory Pool Memory Pool Refreshing

7,024 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,059 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (57,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,882 849,882 00000000000000000001d5a378af9b865dc5f2184a9d965ec6a28c9ddff1f66f 1.62 MB 6,585 8
849,881 849,881 00000000000000000001e7676017fba7ed0d8c0acdc8653e6c8acb5a9c83d825 1.55 MB 6,431 9
849,880 849,880 000000000000000000006ae0c3bfa524db82c33f533c9f77f52f5e3ab322e483 1.59 MB 4,131 9
849,879 849,879 00000000000000000002062935192ec69873911f02dce0190f7ee3af161a528f 1.44 MB 3,240 13
849,878 849,878 0000000000000000000204de710ae1dcd4892dae88ae7f4e8793453840ab0477 1.50 MB 2,695 13
849,877 849,877 000000000000000000030da75a021149c53ae4d7bbcb01330a4d1d5f77d20255 1.79 MB 2,776 17
849,876 849,876 00000000000000000000eee6626a005351eab4f13bba314e09e1136cac93b564 1.63 MB 7,836 7
849,875 849,875 00000000000000000000163edeeb1f4a473ebd5e0a362ef45286714d2ccc72d1 1.60 MB 5,023 9
849,874 849,874 00000000000000000002dc2e9d915fe98a1ae7e0cb507251b0be64ecd19cb755 1.84 MB 2,911 12
849,873 849,873 00000000000000000002f97c14efa5784bb1cf42568a84910c432ecc3082a625 1.64 MB 7,010 8
849,872 849,872 00000000000000000000bacac21fb6f5e78e7fbca5c6ab0752df6bd45537ec87 1.82 MB 6,151 8
849,871 849,871 000000000000000000008ca70110765e576851d44f779bba3072e78fc65ecc26 1.72 MB 3,696 13
849,870 849,870 00000000000000000002bbb0e31fa0be1b2d8de75f592c8a9a1da1631b8e29a1 1.70 MB 3,562 14
849,869 849,869 00000000000000000002d43286896d16d9267263c4876b915c7484d55470b335 1.62 MB 2,156 10
849,868 849,868 0000000000000000000003540c5d43e279b0d1c6a3cd7815c52799996069ddfc 1.57 MB 2,619 11
849,867 849,867 00000000000000000002424efbf5a4523784266bd857cf331370838a126ad635 1.48 MB 3,135 15
849,866 849,866 000000000000000000027facc2bed4fec9858a876009f43707854a11bed6a879 1.65 MB 3,999 11
849,865 849,865 000000000000000000034f765aca4ffdb372b6c004a0635cb62a88fecb586188 1.49 MB 5,262 8
849,864 849,864 0000000000000000000015c5aacedfba35e09ce94c3ec114d8d0cc4b68827c1f 1.57 MB 3,441 14
849,863 849,863 0000000000000000000288a7007b579ff96c27292d6a34d2f63460e5ebdba4fc 1.48 MB 3,276 11
849,862 849,862 000000000000000000024b7f113e46f17a1b49ed15621f560372e6191ff59e66 1.54 MB 6,829 8
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.