Memory Pool Memory Pool Refreshing

12,580 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,094 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (49,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,101 858,101 0000000000000000000319321fffa734c2271b5f17a8e41d999109d240bf05f6 1.52 MB 4,688 5
858,100 858,100 000000000000000000000b4f89c4fc6b02c69247625f7a84676dc2bc84b8687f 1.60 MB 5,086 4
858,099 858,099 00000000000000000001373fbee3b67759873c34f046a3734e0faa0b1d4d0af1 1.62 MB 2,615 5
858,098 858,098 00000000000000000000d2fb62e9e17f79e10498e248f3a3c8482fdeda84ad28 1.60 MB 3,271 8
858,097 858,097 00000000000000000001a1ddaff9f957a484ea93529959dac659e081848654ff 1.62 MB 5,165 4
858,096 858,096 00000000000000000001718ac099c710f3b5c41fbed9fb5d33e323569d3616a2 1.64 MB 5,357 4
858,095 858,095 0000000000000000000116a81cf5e69435f628c59e7a0d28971a999d9de5f0d0 1.67 MB 3,500 8
858,094 858,094 000000000000000000013b023119beecf9f24717a4a5792f0c6c9e0302de1bd3 1.66 MB 6,796 3
858,093 858,093 0000000000000000000006eab3fe190fd2959137f03ce3b4df2a62ad458ccaaf 1.65 MB 7,895 3
858,092 858,092 00000000000000000000283262b13330b672948a399dbd61c7bfb4351779b24b 1.70 MB 7,129 3
858,091 858,091 000000000000000000030b2703a8eaf6eb60d1bc96b34a357a38698cfa0ed306 1.61 MB 5,802 4
858,090 858,090 000000000000000000000db3db742ff68df2bfd6ec5c2572c5702ba5fce5bc60 1.71 MB 5,353 5
858,089 858,089 00000000000000000002b99537ab0f059fac3b9be5477b62e1345cc2b765dfcd 1.62 MB 7,347 3
858,088 858,088 000000000000000000022e968a91f922be84a38fce9582cbc1c6de1be9950319 1.73 MB 6,587 3
858,087 858,087 000000000000000000030cc9786d65b5b2e79041c54e006582a30279b9d1ade9 1.67 MB 4,195 6
858,086 858,086 00000000000000000001cf5ce994c6ed19dfba01fa104360d273a510193ed3f7 1.55 MB 7,649 3
858,085 858,085 00000000000000000002e630c2330cb9d029b7179efde6d2de9fd9fa45a35cba 1.76 MB 3,150 3
858,084 858,084 00000000000000000001f4f9e5ab83d4d2bc502cb2b77fa8359bc1fa6c2243bd 1.86 MB 2,692 5
858,083 858,083 0000000000000000000195d1e6bd27aa62fab75804ff2c9e89fb9e6571cbfa06 1.68 MB 3,602 5
858,082 858,082 00000000000000000002d299b0d60ce15129da066fb9ee8e7fed68dae9ec2478 1.49 MB 3,384 18
858,081 858,081 00000000000000000001be3ea4fcce29b288967de813d13cd629cd2ab1613506 1.60 MB 3,472 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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