Memory Pool Memory Pool Refreshing

6,685 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (145,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,636 762,636 000000000000000000060b1acd8d604fdb61f0d08a83ea3a011bdf23d06af4c5 1.42 MB 2,805 24
762,635 762,635 00000000000000000000b589b4ac5f1ae06183f05dd4b43207aa38ce76e32f6c 1.39 MB 2,642 39
762,634 762,634 000000000000000000030394606d69667506d1fb61c8d0e82e7dabc909a94c01 1.37 MB 2,318 25
762,633 762,633 000000000000000000000cefa0da639dbefc0ab06d8c91dabdd31be2b26e46e1 1.71 MB 1,045 5
762,632 762,632 000000000000000000007314f1ad65ef1b399fbda3cd22116151de22d4b6f254 1.80 MB 1,679 9
762,631 762,631 00000000000000000004a97a438030f6d3a9f88575de7452f6dbb660e1aee094 1.80 MB 890 2
762,630 762,630 000000000000000000065ca3a8452343d390aa45b40cf6db9141a2a979049a6b 1.62 MB 3,168 12
762,629 762,629 0000000000000000000588e5d1502d6321e4b7a867c7faee164aefd4089311c9 1.55 MB 2,262 8
762,628 762,628 000000000000000000008418947b2e0dac4524c385971c9dd7aa198e3926c208 1.56 MB 2,914 19
762,627 762,627 000000000000000000045c908989d2052d134e2bd27644726df27cd47461feab 1.46 MB 3,467 33
762,626 762,626 0000000000000000000433600dd3ae3635d3f0be3c05176ced98d0b338106b1c 1.48 MB 2,928 21
762,625 762,625 00000000000000000007612f2c935fada897b0029d130662c222647801c53e7b 1.51 MB 3,466 30
762,624 762,624 00000000000000000006df2c9aa0d14cb4a4fca43c2861716d983f9d9bcb6693 1.32 MB 2,449 27
762,623 762,623 0000000000000000000369b0275925a9ebdecf200def02220dcafa1e877287d7 1.32 MB 1,642 16
762,622 762,622 00000000000000000003118a43c340ab9a3416526c41229f1929270183eb7fde 1.54 MB 3,276 31
762,621 762,621 0000000000000000000442c8eb07128b6a2bea3c5d69db0f5e933df174c6584c 1.71 MB 1,797 11
762,620 762,620 00000000000000000001c7bfe6c29c5ce00891252d62c183d629823cff12ded2 1.70 MB 2,635 4
762,619 762,619 000000000000000000048f0a1092d8278469c545141f3efa4c14ea9a4427be9f 1.47 MB 2,533 12
762,618 762,618 000000000000000000057fb2f20f8b5fe66d9ced1c7733a5c3fe1aff64061280 1.53 MB 3,038 18
762,617 762,617 00000000000000000003f3a1c794f3f5865da18b258d5bcc17f07529093554c9 1.51 MB 3,076 27
762,616 762,616 000000000000000000016f56580184ada325ad22527400a7a384e8c5f8307350 1.48 MB 3,111 34
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.