Memory Pool Memory Pool Refreshing

2,038 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (721,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,099 186,099 00000000000006f824b18863a278e5c88e462339edac4c6f3fb605625d95b941 0.01 MB 51 116
186,098 186,098 00000000000002421e1c6c623cb520718457d6505bc391393ed118e52d9accd3 0.13 MB 189 93
186,097 186,097 00000000000003d07a28178334d04d1b2547abf013a9d0fd8a33c6604519b337 0.12 MB 333 150
186,096 186,096 000000000000056a39366840620a08ae81a3963122e879316de7af32c93b81ad 0.07 MB 48 53
186,095 186,095 00000000000002463d034f0a1d239235e42dd134099b215d3ac6cb3338a66196 0.05 MB 147 125
186,094 186,094 000000000000046c0e82094ad60ad99872941e74e35818dda108782385ced1dd 0.03 MB 55 75
186,093 186,093 00000000000002d83e164a82b542017470246c97986db4618b791938640b09fd 0.05 MB 58 67
186,092 186,092 00000000000009a66bfba21305ba63f405184b3d17c5c40e1380a947f316ba60 0.02 MB 44 349
186,091 186,091 0000000000000751b94acbb877c808af3667eec823772c2d00cc814dc1c030a7 0.00 MB 8 206
186,090 186,090 00000000000003ae77e094bef6aa92eb0ad6fb29c6029e654f038ef92002775d 0.01 MB 23 75
186,089 186,089 000000000000014eff5391442f67d91dec84505b952e5c0bb85a05496e096312 0.03 MB 92 19
186,088 186,088 000000000000048b7365932950a42dd12475ecb33d89dfdb1b3a3d2826c0dd37 0.01 MB 18 83
186,087 186,087 0000000000000489b918909453a8ab0c70318d1596a9e37a7bb17c42390e4950 0.02 MB 43 105
186,086 186,086 00000000000008279346e7cffe4f734cf8b10c733eae01ba867bc4d883fe36fa 0.01 MB 16 74
186,085 186,085 000000000000077b2195a0c9db6f4179cb98ef579f300943b3a69357ac9e2028 0.15 MB 349 126
186,084 186,084 0000000000000742c9f87c54bc449ed39669b6b81ea010d11fa247e01791f139 0.06 MB 100 65
186,083 186,083 00000000000006341b82a2abf3012e44b7f604e9acbde66513f8cb4e9b46e072 0.00 MB 10 0
186,082 186,082 00000000000006195cb8f4f8702b7d3d30997eeb703c465519b231b8c728f888 0.02 MB 29 43
186,081 186,081 00000000000005dcafc58213a85f4f4d955b9f043f0c53e5cd5dfaf5940ad83b 0.18 MB 418 129
186,080 186,080 00000000000005be43f114d39d884cb975f7f27610dd5280f2ca47fae2d87be2 0.02 MB 18 76
186,079 186,079 000000000000017a5820a752ca5c53d5331ebc2d2ee6d7b202a8adb65e678ab7 0.02 MB 45 48
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.