Memory Pool Memory Pool Refreshing

8,808 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,180 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (320,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
587,356 587,356 00000000000000000012304ae8279ee560f855e4986d211e0e1068ef21557bcc 1.51 MB 1,770 43
587,355 587,355 0000000000000000001d4cb806775347d877edb1571de32a268fd640c162cbfa 0.27 MB 617 28
587,354 587,354 00000000000000000000780bc8645f7421e126240aba05ccd49c5cf0fd9d3a3a 1.12 MB 2,310 10
587,353 587,353 0000000000000000001376ce65d7a3f78a26e489e4b61fb4d06a39b7ec605a42 1.25 MB 3,515 34
587,352 587,352 0000000000000000000f83a52df7a9fa319258992a633df9e337a1315c654fd3 1.19 MB 3,446 25
587,351 587,351 0000000000000000001746535f4cfb29ad9f841c42d20ec6d0a21fd01de5ff0e 1.08 MB 2,608 25
587,350 587,350 0000000000000000000577519821d791480744e749c62ad447d8bf74ee9c17d4 1.19 MB 3,287 23
587,349 587,349 00000000000000000015e9f8181cbebece5e1c076fb7952455260f2d405a9d5c 0.49 MB 1,517 6
587,348 587,348 00000000000000000013cf381cab6360e4dfaafa274741a25cfb268cbe194fac 1.22 MB 3,203 27
587,347 587,347 0000000000000000001d490457275c06740fcc2e491ace20b1d7483c768e406b 0.17 MB 514 22
587,346 587,346 00000000000000000013024632d70046c9cb31a6db54e4480f6ba9fc57d8f5db 0.07 MB 183 33
587,345 587,345 00000000000000000006585d3ea619a1b7ed7d46ce7404a80ef510ae0d1d8888 0.43 MB 1,179 20
587,344 587,344 0000000000000000001b9d3b13307eb97a76768dffa1e898f6c4757eb69d5065 0.06 MB 150 32
587,343 587,343 00000000000000000001b9052cb985beda49533b72a6b2c90596616def39e7bf 0.36 MB 1,028 20
587,342 587,342 000000000000000000008b829bc6347bc19fc143be737e34badb47cc5afaaed3 1.03 MB 2,869 19
587,341 587,341 000000000000000000095e950d54dbac9d309c14e7f02fafdb9c323072ef02b0 0.14 MB 439 14
587,340 587,340 0000000000000000000a34884313e1cf770e56244b1dc415ca4cad1da67683e0 0.47 MB 1,386 18
587,339 587,339 0000000000000000000e8e49129eb7ca65085cb3ef996b8ecda69d7053a605eb 0.56 MB 1,342 17
587,338 587,338 00000000000000000012b332e22328580b2b80ef3b8b580788bdbdc03bd52602 0.16 MB 475 8
587,337 587,337 0000000000000000000845136941def3a2432a9780a314c92cabb74d9e9f1fb1 1.22 MB 2,991 29
587,336 587,336 0000000000000000001109e482ba9f08cbfb9128c5a2eb496704462651e55e45 1.02 MB 2,250 22
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.