Memory Pool Memory Pool Refreshing

3,917 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,380 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (605,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,956 301,956 00000000000000000acf1be3636034df1fc93017127b2a061a4f6651a45daddf 0.14 MB 255 32
301,955 301,955 000000000000000048f5eb7619324eb18bc7e0543c4e4a2fdae414a047df147c 0.10 MB 194 29
301,954 301,954 0000000000000000406539d26816bc5a0346c6ecd5b0032406bac3d57c57ac68 0.49 MB 538 17
301,953 301,953 00000000000000003e81482527a01283b3e51ea55eb70c715aee0f3a84280024 0.35 MB 1,125 50
301,952 301,952 00000000000000006c91b408961c873f4ba1eac47fd8376a192acb2e134a100c 0.04 MB 86 23
301,951 301,951 00000000000000000bf83f63b0a949c31641dfa5bbf39d28dda03a94f5cef24c 0.43 MB 736 28
301,950 301,950 00000000000000000f1c372cdf6a514dd3e306d71162ecaa07d0b0d9439aa252 0.19 MB 372 29
301,949 301,949 0000000000000000718203caaa4f0eaa543cc688a82fceacb0f986a3eba69330 0.45 MB 455 22
301,948 301,948 000000000000000064561828ea4bab7eba79870ac43e4ed6d1840375b76b44d7 0.35 MB 790 41
301,947 301,947 000000000000000016a36cda2451598517001d7c41166cc73f3c6dfb3ad40967 0.02 MB 49 49
301,946 301,946 00000000000000007935b116467efc75eb46d9b3e6e291ca353ebc77a9d67ef3 0.23 MB 411 32
301,945 301,945 00000000000000004b033207ca405cfc8ddaba67c29f98d4d17a34e1176674b5 0.07 MB 80 12
301,944 301,944 00000000000000003396716dcd2aef3f23445c492bc4a8175769d834e8611776 0.12 MB 226 30
301,943 301,943 00000000000000003e4a7743625d55430b4a6912d57cd792f704ad4e56aad643 0.06 MB 71 19
301,942 301,942 000000000000000015d4743ff4d3c69cc93e4d91585dc776d070e527fdc89bdd 0.20 MB 333 28
301,941 301,941 00000000000000001ce48d6885e1c1a48212eec6c3eee5e79ae12e14f494baa7 0.09 MB 147 29
301,940 301,940 00000000000000002091cfe3a3293547fa93f5b2316b1178156ca1247bb90c40 0.14 MB 219 26
301,939 301,939 00000000000000001bd17767ba86a3d3916a69444c3fde8e8d2a7cdb83c43e0e 0.00 MB 15 32
301,938 301,938 000000000000000050b49c0b1bb84a772467bd7902ad65b1e68164881740cc7a 0.29 MB 621 33
301,937 301,937 0000000000000000403f4b5b2d492b96e3578c490326bf1b39be6047aa94f9b3 0.04 MB 71 23
301,936 301,936 00000000000000004ce29055a2bf1114d995aabaaf4cec2d8d1834c422e6e9b5 0.23 MB 438 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.