Memory Pool Memory Pool Refreshing

873 transactions
0.33 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
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
902,342 000000000000000000023a040000000000000000000000000000000000000000 0.32 vMB 853 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,341 (47,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,097 855,097 000000000000000000005efa0b2dd9ec4c8918b2ab40c205d834a6407e378409 1.87 MB 1,943 10
855,096 855,096 00000000000000000002801d7643c83c89b0b1cdcccb8963946c5e5694e0a3ef 1.79 MB 2,094 12
855,095 855,095 0000000000000000000106a75351cc2dfc391f7180efc0aeb784f992741e7143 1.62 MB 1,072 3
855,094 855,094 00000000000000000002ad41b49289e1f756c9d906ccc5bc060884889bc2bc6b 1.51 MB 2,658 5
855,093 855,093 000000000000000000006c9e8e31f1fa9171a03a2152f5ecad0aca8db0f74d88 1.61 MB 4,182 7
855,092 855,092 0000000000000000000236611349a7385f86e6842cceb470aef966edd3ec0522 1.66 MB 3,572 8
855,091 855,091 0000000000000000000192613150231e1026840a824e42519813396f1471de2c 1.48 MB 3,366 13
855,090 855,090 00000000000000000001a463071c1c5f727b60f3ec24a25c98923e37def74632 1.50 MB 2,250 3
855,089 855,089 00000000000000000001b90e3093dca68b286bbd050d51b9405bc96c0833670b 1.59 MB 3,514 10
855,088 855,088 000000000000000000002162da25d2f2d6e21b799007f829eec921716294199c 1.40 MB 2,620 11
855,087 855,087 0000000000000000000177a5f0d0e1a224d94e84c87f19adb8610b915105dfd8 1.53 MB 3,303 13
855,086 855,086 00000000000000000002d1cb8f93f0fcd22066ff9913ae869c49a9d3628cfafc 1.77 MB 3,926 4
855,085 855,085 00000000000000000000957a1e2faddc461a2f96c3af3bfb1278a62b4b04541c 1.57 MB 3,424 9
855,084 855,084 00000000000000000001fe4f30356c6f044481afa90a9ad5be927a7b7b12b7de 1.65 MB 1,797 4
855,083 855,083 0000000000000000000240d715a51cc35f1f638f4bce00139b8bdc48d4cb4405 1.63 MB 3,250 6
855,082 855,082 0000000000000000000267f89ef03560bb59c50c2a3fa71e1af110d1b2203904 1.62 MB 3,579 5
855,081 855,081 00000000000000000001b3f47124a067f1c5636201ffb144a2ac6a1c667400cd 1.63 MB 3,379 10
855,080 855,080 00000000000000000001d82eb5c47c659ee83cb721049be4cfc4f248d7bfd877 1.53 MB 3,072 12
855,079 855,079 000000000000000000030f067ab9a4eb7cb5dc97d3fd23d5fdeccd17effb1f9a 1.50 MB 3,091 7
855,078 855,078 00000000000000000000a2b8c3198f621119e814a779cf551037c07e3b19178c 1.58 MB 4,350 6
855,077 855,077 000000000000000000006e42875cf225f8f02809ba0099048dec23ca3129f65c 1.43 MB 5,819 4
Previous 10 blocks ↓
Total Size: 759.75 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: 869.74 GB sent, 44.99 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.