Memory Pool Memory Pool Refreshing

1,203 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (650,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,719 257,719 0000000000000016170558a78b547611642aa0a389e8156c21c39588cdaf8684 0.12 MB 326 158
257,718 257,718 00000000000000267ca5073a0c59ec1da13243fe1fd2192fbc35ab93cdbe6e61 0.01 MB 15 39
257,717 257,717 00000000000000133a447f1f99a5219ced1897283ae6511a947c52baabb94282 0.00 MB 8 59
257,716 257,716 0000000000000021cd0bc09e0471a2ce73c0306098b1f5b11c09576e733bf45d 0.02 MB 18 74
257,715 257,715 000000000000002362624fed1d7cc26fb8e6b37c55a1365eeeb6723eadc6e0d2 0.04 MB 84 75
257,714 257,714 00000000000000279d127f7ea10e7651647a33ab9f8a90f64fb9e5e2886507ee 0.07 MB 184 88
257,713 257,713 000000000000002bf5e358d5ed21d0a885a6bf8f0483da50859ad6ddc495036e 0.02 MB 59 91
257,712 257,712 000000000000000fff412c7f820afc3a6d3c8447107de3db112d701e3b91dfd0 0.02 MB 57 77
257,711 257,711 0000000000000022018e291f8894ed68fd13dd6914a62e07b4c99ccc32795c08 0.01 MB 14 88
257,710 257,710 000000000000002a6097c8120d250db4cbcbd5ea78b05a2b6e580c1057a70c4a 0.04 MB 106 96
257,709 257,709 0000000000000029ac2b6e031b455d3bbf9057d15d79df3db798f3f5ddf8ccec 0.02 MB 51 66
257,708 257,708 0000000000000007fe6aaba9cdc828b9f91d128ffa85392a0c321e6bc6c3bd77 0.12 MB 176 78
257,707 257,707 000000000000001998fe965499d4649c63d79dd61db86905f3b42499a1140740 0.07 MB 166 113
257,706 257,706 0000000000000011890a69fa28a9f5cd74dd023dcdad6a7044d1688a65fcb25f 0.02 MB 58 125
257,705 257,705 000000000000000eee72d1a42e085ebef85a067641237c23aba019ca3e87f996 0.07 MB 173 87
257,704 257,704 0000000000000001bfe3b865449c24d4a95b029dfc4f3eabe2805fed714c7600 0.07 MB 56 46
257,703 257,703 000000000000000499309228b4c396a512430d6316b0fbd3fff88ccb99cff055 0.09 MB 197 102
257,702 257,702 00000000000000014d75506ad903564a10954f610baaade00aa3043b7f2b3bac 0.10 MB 192 113
257,701 257,701 0000000000000023b62398e23d4d704b1451c0117474b36108b98017df37b502 0.38 MB 909 108
257,700 257,700 000000000000001cd4031e153281c922faab51f17a3ded9426f82887fae93f3a 0.09 MB 220 98
257,699 257,699 0000000000000023aac2b0d1bb4ade90548bd8986e30f5200bae77d4f8666086 0.01 MB 36 122
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.