Memory Pool Memory Pool Refreshing

6,718 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (27,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,990 879,990 000000000000000000006b4407486a263a15b9dbd12269997078e0cfd6131c25 3.61 MB 220 1
879,989 879,989 00000000000000000001fdd089771b7eb4a4775d948627c3031a920f294547df 1.99 MB 1,194 2
879,988 879,988 000000000000000000010bd3fe4a29623f860add09a05b83ec1756869d5bebc4 1.52 MB 2,571 4
879,987 879,987 00000000000000000001e6b44994d8a097ce2955236a0bb1bfe6e05bd9783a47 1.74 MB 1,357 2
879,986 879,986 000000000000000000017aaf29f9c23321d8f55b2fe036fe0ecda7a90195add0 1.80 MB 1,566 2
879,985 879,985 00000000000000000002224b77162476f716c074c8d36bca600b32ea7a41a0ec 1.60 MB 3,441 6
879,984 879,984 000000000000000000004a34c15763e72cf73121aadea1df16ce9df8b35cd213 1.55 MB 3,442 5
879,983 879,983 000000000000000000006ac6d90d66ac760d65f11c1466bdbf4af509211eb09b 2.18 MB 225 1
879,982 879,982 00000000000000000000ff19bb82b7483fcb096472bdccf6d7e5fd76185f37fe 1.69 MB 3,044 4
879,981 879,981 00000000000000000000f06f1a6d06dc52bf72a773327047183e699a8e14f192 1.64 MB 3,491 5
879,980 879,980 000000000000000000010a37461592b2aa96b315a1ae8c88cbd61a843839987f 1.71 MB 2,632 2
879,979 879,979 00000000000000000000d9f90e4cfa87d8bfed7e24024d418c6ede1a96b0ca7e 1.55 MB 3,113 6
879,978 879,978 00000000000000000000bc0c435707a65acd941b9573ee5d239aeb4b87cf2623 1.96 MB 997 1
879,977 879,977 00000000000000000000cfb6b281c60c295ddbaa4dde1b1c516540d8f741288c 1.64 MB 3,157 3
879,976 879,976 00000000000000000001e0a8247e47eead42b522b20a032bbb35ed9309cb784a 1.62 MB 3,868 6
879,975 879,975 0000000000000000000069c21e1b5f4be425ed822d094162481a2f55bb336689 1.68 MB 3,146 7
879,974 879,974 00000000000000000000b3cc9172a9b13801db9b57f17a2374b87b45fbb4affe 1.57 MB 3,692 4
879,973 879,973 000000000000000000027f6451813d8a39646a1ce588ed527b37ddc7e0edbc2f 1.60 MB 2,534 4
879,972 879,972 0000000000000000000081c200e211df4b7472e3c2b92f9afe1872c6ca2d3d6a 1.67 MB 3,369 3
879,971 879,971 00000000000000000000edb70626f79e646aa6c88b320b791ebb73a4fa3e9690 1.59 MB 3,440 6
879,970 879,970 00000000000000000000b5368016722603a60543e84bbaab02a8a8dd112c43db 1.47 MB 3,045 5
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.