Memory Pool Memory Pool Refreshing

4,213 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,650 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (768,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,574 139,574 00000000000003798a570b4b7dc209b58d3bebb61b398cdf96beabfb556c16a3 0.01 MB 43 221
139,573 139,573 00000000000008ce472f96e6043fc328484b158f2b6afc70ba79aa4315cd513c 0.05 MB 150 159
139,572 139,572 000000000000087a3feb392f69422ea9516ddc40537a305dfc1507cb01827dab 0.02 MB 36 99
139,571 139,571 000000000000081137c4d537c70d582fdeb948359fb61fb37ce462f3a2188d26 0.01 MB 10 564
139,570 139,570 00000000000006f1a3592c1b1a5191933451767815ae88de1da89858d9cc111b 0.05 MB 155 60
139,569 139,569 00000000000004ab969394b312e3e8a78cdba178ee03fa5719818a73132fe7a0 0.05 MB 136 39
139,568 139,568 00000000000006c29d21a744a275909a179417196dbc80706da19bc088784e43 0.06 MB 160 158
139,567 139,567 000000000000011bdf614d6c19d45450b798b787cf0e1b8430ba4ca8891b31c2 0.03 MB 55 179
139,566 139,566 00000000000008ad0fd1107c5e645209437d1fd21042e6892fa8ffed961b4f4a 0.01 MB 19 199
139,565 139,565 00000000000002aeb7ae7cccbe252f8536345429c336359c47aa436e825083c1 0.02 MB 47 179
139,564 139,564 00000000000003c37b007bd281d10e78492853b64019f51ffeba20ae396414c2 0.01 MB 27 164
139,563 139,563 000000000000011bb6152aff4acc51deb897e35b8bbe35817bc8fb8af8ed705b 0.03 MB 61 339
139,562 139,562 0000000000000749f52bd74c3c5db50b7cb0d4f2dbe39d366a241c2fffae837e 0.03 MB 70 81
139,561 139,561 00000000000005be86722fe077c7a3cd2d8ccfabb88b877bb5633d147a0b89db 0.01 MB 11 1,118
139,560 139,560 000000000000044bdd60129d6e1de05c93efa2705d41cd372ea6e7a9516b5a0e 0.02 MB 47 69
139,559 139,559 00000000000002a8cb8be18cc2fcde69fa60a2d3595ab39b07d0ed5b205ee727 0.00 MB 11 170
139,558 139,558 00000000000001af76f326fe281b4663998e8139a56a642bff65f4467c0aa0ac 0.01 MB 30 270
139,557 139,557 00000000000000490684312e07fb3b8b06bb9e5c29c948b71936b069b01e49a0 0.00 MB 11 0
139,556 139,556 000000000000017208c534010b77d30694ec776adbef6bf10717ed98d724009e 0.00 MB 16 0
139,555 139,555 00000000000000d1d01f9a8f92be498de9985e36ce7de5c8bd59c33e6ff464da 0.01 MB 43 156
139,554 139,554 000000000000054d4269098b5a397e979ca551233af0d19e38884a0a460a54ff 0.00 MB 13 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.69 GB sent, 93.45 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.