Memory Pool Memory Pool Refreshing

636 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (673,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,249 234,249 000000000000007d11255faa7c5fb57c073f5287c468136121a3ff29dcf4f9b9 0.25 MB 669 214
234,248 234,248 000000000000007249309db62cf00ce50c42aa50264b764fd60f334f7144e3a3 0.00 MB 5 77
234,247 234,247 000000000000006c7c9e05e64f056c4695a170d5208f9dced5485396a77b4782 0.22 MB 493 143
234,246 234,246 0000000000000147979cc97d475a25bbd921047115a048a6e592f6515f991763 0.20 MB 427 131
234,245 234,245 00000000000001370b3a877931ce298f6d784f6bffd3e6b72e7e38fc9692ebc8 0.14 MB 345 178
234,244 234,244 000000000000010db790096568927dba69fbcadaa18bd15a18611d7e791089a2 0.13 MB 179 84
234,243 234,243 00000000000000e38f3150b6e4599374335511073917fddccc9ad90a168dcf18 0.25 MB 632 182
234,242 234,242 00000000000000c0a8c187d18f459f7155567717a7bac069e94d0ebc8b5ebd71 0.24 MB 579 160
234,241 234,241 000000000000005e5fa58de4f6853cf81cea0e364d9ac3b6b849675a07788d96 0.18 MB 414 183
234,240 234,240 00000000000001a81aa477b364d84900c15fe92b5f345a4dfa3e65cfd6b5c909 0.04 MB 98 45
234,239 234,239 0000000000000113325c334e65c8103eccae082927b5e3bd774d596583160d4a 0.43 MB 922 142
234,238 234,238 000000000000013bcc675e518aafc829fe7d202ffe3719cc6da943e27ae1d55d 0.44 MB 806 130
234,237 234,237 00000000000000d0bd29de3d2a1df61e109a1f78bf714ebcf0c878007b8eb828 0.25 MB 817 248
234,236 234,236 00000000000000c256de13dd0a0be92f1c89df9e4e78b263652f89129e7eb075 0.04 MB 75 70
234,235 234,235 00000000000000e2adb70818524f7049f5c6767f61da6bc43eb0ead2a92edef2 0.16 MB 387 151
234,234 234,234 00000000000000703cb4cefea78d76e0ae813970e3ccca1d3d198a05d4314ece 0.20 MB 506 161
234,233 234,233 00000000000000764f25ef6de023e28b6455b7f54b9431634797f7e25bcba423 0.42 MB 888 189
234,232 234,232 00000000000001007b478806128569b60344797cf085e97fe751f4ac7f0ae82a 0.16 MB 278 109
234,231 234,231 00000000000000d3faaf89fafb1f169b8f48af049bdc01e9e95340c0ddd615ca 0.03 MB 56 19
234,230 234,230 0000000000000122854feb3c6f7e6d11d103ed15a629ab708d1e8d83d9d4d4db 0.15 MB 349 176
234,229 234,229 00000000000000653a0538383656d312b4a052d63f6ab088ac4554ac7525fc2e 0.20 MB 470 409
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.