Memory Pool Memory Pool Refreshing

1,543 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (718,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,052 189,052 0000000000000767e369953d0e6e3e781bab520b32fbc44b35614367bae8083c 0.25 MB 518 191
189,051 189,051 00000000000002b559ddddb5f20cacc322a3fc4e77db280d745490c422ff502e 0.02 MB 68 48
189,050 189,050 00000000000007bdfaa6fcc00e77c02dc2a7ffd9a8b84234e83b9074c0efd2a0 0.05 MB 122 59
189,049 189,049 00000000000001a973b05d7fb7eb7a6f83eba680c6c8f6e6926af3b096ed1522 0.00 MB 1 0
189,048 189,048 00000000000002ad80a42e04528ab8f2962f5bea0a39f6d9d821ed2a035255c2 0.15 MB 360 194
189,047 189,047 000000000000058b25cac74d3301eaeadee864c887e11c8b7d5094370a9143d8 0.01 MB 45 158
189,046 189,046 00000000000002c39af680e5e701f9b6a01f45b8bef40ceb3f723fd5a1ac28ec 0.04 MB 94 165
189,045 189,045 00000000000001a50597fe4771668bbf84d6f6b537e4df3a0848cf0d3bac2870 0.03 MB 59 184
189,044 189,044 000000000000006e51dc81b5493fdbc6123892f23c7b9e6d73ab73a24ff8ba96 0.02 MB 63 169
189,043 189,043 00000000000008354a3c9c9c548eb1da518c4c80d2546885f45825ee3c6dae47 0.00 MB 16 66
189,042 189,042 0000000000000945c687e5284a2c840f5be8523b4070cb57090398bf525fa84a 0.02 MB 41 90
189,041 189,041 00000000000004d63b27d411b83142208d6eeec00e1a70bddaf5dae375078aeb 0.02 MB 62 42
189,040 189,040 00000000000003e409e4083cea9ba5ceb81aee86fbe95b98e0e0064cade502b2 0.00 MB 10 33
189,039 189,039 0000000000000803ff0ece6b1dc824d5bf0e625a0b55fe3644d869be5fb28204 0.08 MB 208 356
189,038 189,038 000000000000056dfef3cddd9ec2383de0299a500196c966e549e2eedbec6687 0.01 MB 25 47
189,037 189,037 00000000000005b8af3e56b35d57a6f48d7b175c7d790ff7cc1746e5fb762ba6 0.06 MB 186 121
189,036 189,036 0000000000000100bb0967a4864202eee1cfd2944109363f03ffda867891498c 0.08 MB 256 258
189,035 189,035 00000000000007fa4c7b03c6491f845cc262eec0fe51c23623cbfd8fe103a324 0.03 MB 32 240
189,034 189,034 00000000000003b5ffd1eb715e5f8590b2933257d0204828ec1197bcac3b2057 0.06 MB 189 92
189,033 189,033 00000000000000f15e21aea7e1b2b1efcb3b560bce09ece07dbd2c4a701e8ecb 0.01 MB 34 180
189,032 189,032 000000000000029530b2d946f50454f3de37445534c50309dca31ba9879c68e3 0.07 MB 169 161
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.