Memory Pool Memory Pool Refreshing

1,408 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,399 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (377,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
530,115 530,115 000000000000000000326b1697654ecb3df8f27c345e51ac45b1d0ee41e7d619 0.47 MB 693 13
530,114 530,114 0000000000000000003595d3e2aec4f61e21b9c880c6089a5a9e53246e278d01 0.49 MB 611 17
530,113 530,113 000000000000000000002a56b527daa93656ada6e3e9f19c5f933206c559adc7 0.49 MB 296 6
530,112 530,112 0000000000000000000ee353aff9f0b127b1291bc50f936d9a01dbcf026f9193 1.11 MB 1,917 16
530,111 530,111 00000000000000000019a0afc57a1c47b2fa347213a777e3a377a5482f988ce6 0.22 MB 258 13
530,110 530,110 00000000000000000012835fcd09c8a468c4a31735d30a4b9732466df4ed2cae 0.30 MB 476 18
530,109 530,109 0000000000000000001b314f2cf062cfc30e679d2b110ff1ea02af9c088df857 0.10 MB 99 11
530,108 530,108 00000000000000000034210de81651f743ea57b7534f76a304eebc7f795a9d7e 0.19 MB 314 10
530,107 530,107 00000000000000000034cdfcb66ed389bafb4a650f0de4bd48d0db7844e32a90 0.70 MB 949 14
530,106 530,106 00000000000000000002d913dd77dd367be340c94bd262a345a765bd77f0512f 0.32 MB 457 13
530,105 530,105 0000000000000000001d94ec3c7404ef998caee9ab906f51c793a4036dd0f758 0.31 MB 117 2
530,104 530,104 0000000000000000002d72992685e133b1688cf580d5aef082b1679ae7e75df6 1.14 MB 2,003 15
530,103 530,103 00000000000000000011820a46aa20ad06bbd2ba7c3b5f281952288f003e19d0 0.53 MB 655 22
530,102 530,102 000000000000000000180dfe0c788d7e43fd776aef58ae795dfdc1316fdbac0e 0.04 MB 54 13
530,101 530,101 000000000000000000305745f9bf19c4bbbe44bb1faf82cd09b249c5937f7e98 0.37 MB 586 13
530,100 530,100 00000000000000000023ae2738b68d712f9a1e4f52ed59ebab356a42f0c3b9a1 0.83 MB 525 5
530,099 530,099 00000000000000000029b9515bc7f98d80c3b5e0a35aea2c328c3f8e9ce2355a 1.22 MB 2,599 19
530,098 530,098 000000000000000000363eee1cf5fc029371af3315c4d0cb610e524c2f0a7ca3 0.66 MB 694 20
530,097 530,097 00000000000000000010588b914b5df97af5befe0b330b20d09837c3498627f6 0.38 MB 600 12
530,096 530,096 00000000000000000008efe7e190d28ae83b8f7f6fffbdac117861f70c0f139c 0.18 MB 314 16
530,095 530,095 00000000000000000019273c28b8f1f6735a5b523467c8372f8d23ea870c1feb 0.81 MB 1,232 14
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.09 GB sent, 95.80 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.