Memory Pool Memory Pool Refreshing

3,327 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (818,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,146 90,146 000000000010203a7a11937552344a6cd52c0ae6e7c1d3c885d9d23e1c7bff9a 0.00 MB 1 0
90,145 90,145 000000000004f4d7424948f6029655fcf35fa4b9ca92914b261fc94c0d04c6d1 0.00 MB 3 0
90,144 90,144 00000000000f8d6b50dc6baf8dd6127b50507f79541e003d792d6f506ca34015 0.00 MB 1 0
90,143 90,143 0000000000103ec02c5eb3d2adc0d56da47cd2a4aa50431e4ea30d890dd3ed74 0.00 MB 1 0
90,142 90,142 0000000000044f09d1c399f2756ddc587760c3f617bc1ab6c79983f8acf91475 0.00 MB 1 0
90,141 90,141 00000000000663f8139547e397ccbdf212bfb83ad0edec112d84f971b4ded2d0 0.00 MB 1 0
90,140 90,140 00000000000f0b24880d901456ab1973cb4078d66af9ec742a3f01a787aec9f5 0.00 MB 1 0
90,139 90,139 000000000011f499dd6305a4f1f1ec7feaf7eff0d35edb1992e67f43256e5207 0.00 MB 1 0
90,138 90,138 00000000000f7114f0740ff01500a4e753999870cf0d3145aa76ed19631acb4f 0.00 MB 1 0
90,137 90,137 000000000000af69026bb0642ffeef446933770ff8c1c3ff329fc0ed3a13aa9a 0.00 MB 3 0
90,136 90,136 000000000014bd9d7c30a4a740b0a25780a4d9ee184c7b20f31d3d5ad1b7f126 0.00 MB 2 0
90,135 90,135 000000000000a350e7d96e37cb4a77f41320b36ff0fe2fcec73f4c88491fb0fd 0.00 MB 1 0
90,134 90,134 00000000001384f72476fb29de56bae2048af1aec882fb0db3ea5989eda4cc69 0.00 MB 1 0
90,133 90,133 000000000013d39ef2bc32bb582711f3612f79292bbfcac023b01462d7e967d8 0.00 MB 4 0
90,132 90,132 000000000005b6dcf8d2a2f64d1d216748f7a0a24a3379e6b19c9400e5415ca1 0.00 MB 1 0
90,131 90,131 00000000000627cfa4c4d636bcd770705e92ca035432f6d1370d80f42d4193c0 0.00 MB 1 0
90,130 90,130 000000000007c4258998410ac64b5dc350adb1b00fb180d63a0341b74f21903a 0.00 MB 1 0
90,129 90,129 00000000000913089657c2a8319a202e0b644634cc0c57a2a6cb203ab3db2602 0.00 MB 1 0
90,128 90,128 00000000000fc758e94be5a846e0770d51eb893b3e245bd9464cefea19a762a4 0.00 MB 1 0
90,127 90,127 0000000000059b6bdf6c958c7044e59e4d88f683aa6e8fcb624875a1e997f0a8 0.00 MB 2 0
90,126 90,126 000000000006263744974082eb4c47206837a61d18f7b3cbb8ddfa76be039dcf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.62 GB sent, 101.73 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.