Memory Pool Memory Pool Refreshing

857 transactions
0.35 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
907,985 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 840 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (393,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,630 514,630 00000000000000000017019945c263e3ceedf8e76317e09802385ac27ca80d34 1.00 MB 939 14
514,629 514,629 00000000000000000044384e874ab0cbe6fa60d6f480424bf8ee142b541781cd 0.64 MB 665 23
514,628 514,628 0000000000000000002699d54eadcd61d8e5b87d8639bc9513d314c6f69abded 0.02 MB 18 69
514,627 514,627 0000000000000000002b8c4038dfb55cb843ca498b12e290f9f6afdc26d06fbc 0.30 MB 229 7
514,626 514,626 0000000000000000004cc08498cd94bfa4530e4ea6719f609f975972ac2889e8 0.97 MB 437 4
514,625 514,625 000000000000000000130c565756d3ba57273bb74feebcb96cef64d7c92d899f 1.11 MB 2,528 35
514,624 514,624 000000000000000000025b3b3bf53204c57a96a4794f01d7c4d3674a0171b6a5 0.26 MB 149 10
514,623 514,623 000000000000000000074d9350188bb46e40ce1ebafaf27e4f8106d93bb832c1 1.06 MB 1,593 19
514,622 514,622 000000000000000000334789be3f3de1a7b22bc5e3be1fba6b3f990c94724df9 0.72 MB 1,189 27
514,621 514,621 00000000000000000019848d36f189f43bf918d80ee38bb4c73f325f3b7deb7d 0.32 MB 257 22
514,620 514,620 00000000000000000034e7fdbe1a336a457d53bba689f5d5aac8211a1d4de18a 0.23 MB 163 10
514,619 514,619 00000000000000000050da80bb0424212120baa6138f949c02398f43f61cb4cc 0.44 MB 444 18
514,618 514,618 0000000000000000001d9af30e18ad12d4c55892571704cef939f15e30b5e702 0.28 MB 121 5
514,617 514,617 00000000000000000045372d3db894649206a505b0f4d8752fa72cf78e8a7393 1.03 MB 187 2
514,616 514,616 0000000000000000003977b42dacc1be148b9f838bb0084a93efd7d62939423b 1.01 MB 288 7
514,615 514,615 00000000000000000031428176ebad037860b7facbf0ce0b7d4e61b3fd25e215 1.12 MB 2,106 33
514,614 514,614 00000000000000000015f07e159a559cfa982cfbf0034f7f2afff91fc4646835 1.07 MB 1,642 26
514,613 514,613 00000000000000000030580c589115bfeea6a0c29e82af6bcc2d4fe1e562e0e0 0.12 MB 102 10
514,612 514,612 0000000000000000000199a08a5e9d64059c183ec47aee1894e5663b4a46fbb1 0.97 MB 698 10
514,611 514,611 000000000000000000312a27c6ad4c5379a0524d9a3bbfad02f64fd13bd8220f 1.04 MB 963 13
514,610 514,610 000000000000000000466707c2322e4572f4e15b7b6aee0e48b769d0d4ce88d7 1.02 MB 324 6
Previous 10 blocks ↓
Total Size: 769.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,647.46 GB sent, 95.52 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.