Memory Pool Memory Pool Refreshing

3,904 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,211 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (796,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,815 111,815 0000000000011ab9c99afd9eb4525effec437c914fe4d801f38b184936fb51b7 0.00 MB 4 0
111,814 111,814 000000000000d6af8e71901fcfdde0a2458038fd368dd3ef54ae1cef0b61ff51 0.00 MB 9 6
111,813 111,813 00000000000124372467998e8b91dffaa15ac51f41432e9ad32db7bc1954cfb5 0.02 MB 21 976
111,812 111,812 000000000000c5c8ae961465733abc4731b5a28e295da6989ce6f2a26c5ceb85 0.00 MB 8 0
111,811 111,811 000000000000a660c00c72583ccae4af7a3f7499fce9321a47b17994fd748dd4 0.00 MB 10 0
111,810 111,810 000000000000fc8f4a076d5a121ccf639a69b741e19eed41bea8d34cbff52aaa 0.00 MB 4 0
111,809 111,809 0000000000007c9379dbc95150773dba89bc718f1d26b220031c87bc9c66ceb0 0.00 MB 11 0
111,808 111,808 000000000000161742b5dbd6bce5bb5e91dffff5dd5b520b3def10b151f00964 0.00 MB 5 0
111,807 111,807 0000000000010994f741452adbcc27e07bcb1fb089d7fff190394c7c550234e5 0.00 MB 11 0
111,806 111,806 00000000000124870aab3e06a1783cc5b1a6b754c9e4c6d6927ea02f8c1e615c 0.00 MB 12 0
111,805 111,805 0000000000003e2444291498b4d57ab2e80ec29d04283d8b0c321e088d8eba1b 0.01 MB 33 0
111,804 111,804 0000000000002c26f249dd15c05c68f0859dd6c69a0d1ce7689a968e7e272ab4 0.00 MB 11 0
111,803 111,803 000000000000833ebd42719e0a4d64b622b41af7486cacaa5f79cb507dd509dc 0.00 MB 12 0
111,802 111,802 0000000000011f12f64f69f9592798e28d4dc4ec88ae5d0978f2f635affd9c69 0.00 MB 9 0
111,801 111,801 000000000000f9345fb9dd3b4acfccbd8365daa816a6fd6db6da4d23c6d4ce99 0.00 MB 11 0
111,800 111,800 000000000000c22b96e1840b7b47585f2954817c147cbf194f2fa578ba43a20e 0.01 MB 23 0
111,799 111,799 00000000000054be4594c0543397eff2bc883c4220753ad08066e73d97443598 0.00 MB 3 0
111,798 111,798 000000000000205c90f477a739c17f8d557fbfc520d2bb58b236765762ccf2b4 0.00 MB 1 0
111,797 111,797 0000000000006065c4afc1bd236e2a20310520a2f893c73adca5b3421f9e30ba 0.00 MB 10 0
111,796 111,796 000000000000ef22cb84a4cbd8226782dd47f0f26cc40c5dbeaf44e8c3266acf 0.00 MB 8 0
111,795 111,795 000000000001026e4726afce8b59a2b8d573d1c26db617ddde3065e3fe336495 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.46 GB sent, 95.35 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.