Memory Pool Memory Pool Refreshing

7,242 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (8,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,300 899,300 000000000000000000017a5cbcaa9ecb479eb3f5115f0d3049b2174e887c26e2 1.55 MB 3,780 8
899,299 899,299 00000000000000000000ea1a939621b55bd73f7e4fc9d9d441149028b9faaaf6 0.40 MB 693 7
899,298 899,298 0000000000000000000147c7ccc04d2bacef4c134e54cc89f613837ba0d2e28b 0.51 MB 1,270 4
899,297 899,297 00000000000000000001e272ba2049bb1f9f5a6ef58c19c71c6cca3d21429d05 1.53 MB 2,630 3
899,296 899,296 00000000000000000001d10eca79c704b35fdf4172361e5495f9f64b6fbbc575 1.52 MB 2,386 2
899,295 899,295 000000000000000000012ff105b6cf91a0ebb0809bb1c6cbcd8170f3424c1a32 0.86 MB 1,311 2
899,294 899,294 00000000000000000001a6861ac4026ad335f2f5512e329a2a06da95cbc3deff 0.61 MB 879 1
899,293 899,293 00000000000000000002070b17ae45fd3b2cf1b840ff26906649c3cb21c2c2e7 0.48 MB 1,079 2
899,292 899,292 0000000000000000000052ea869a8e1bac3accacd6c7a1f8a3e5bc32be0ed335 1.09 MB 1,806 2
899,291 899,291 00000000000000000001958640b20a208b30f4d71017393d32f5808a243a4c77 0.04 MB 98 2
899,290 899,290 00000000000000000001ffa3d796fc33d0188d47d27ac3d4f466c7135e47a4b8 0.55 MB 1,044 2
899,289 899,289 0000000000000000000098efb53304eddcc5ff910d07074ecffee720befbf701 1.42 MB 2,288 2
899,288 899,288 00000000000000000001a67a062435aab749152dc28a32f4c773995b04144546 1.05 MB 1,374 2
899,287 899,287 0000000000000000000019271c42d2219add4993bbf4a818d889febde2e7724a 0.76 MB 1,211 2
899,286 899,286 00000000000000000001c3738086a59d6cd49f1e01d5383880d517fa197f7674 1.10 MB 2,390 2
899,285 899,285 00000000000000000001a7195379618aa34cc9afa88a45a088e9a0106c2bad50 1.03 MB 3,419 4
899,284 899,284 00000000000000000001c4dcdc5fea43aad8119215871ca5eacc510cb06c0d98 0.18 MB 521 3
899,283 899,283 00000000000000000000b965a512e02c796a0fb6d111b215bfa4158e7cd2d51a 1.37 MB 2,230 2
899,282 899,282 000000000000000000003ab37b8a08332faaa12ab4e66738f27b5ccd1d870050 1.43 MB 2,490 3
899,281 899,281 00000000000000000000a3b748981aa0ac53c6d848ac82baf52c128da8f62e68 0.73 MB 1,249 2
899,280 899,280 00000000000000000000ce256d39b8228e675d8411923d27932a73a2b4180250 1.14 MB 1,845 2
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.