Memory Pool Memory Pool Refreshing

5,547 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (8,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,400 899,400 000000000000000000021e41e79713d81118b63d940af21104f81a363da007fe 1.39 MB 1,360 1
899,399 899,399 00000000000000000000b847c02a64f7b5403dbc4e5a6d242f423dec71c4b35d 1.77 MB 2,865 3
899,398 899,398 000000000000000000006fa14ba591c7e30104e25ee3f62615ac13d3bb02affa 1.55 MB 2,716 3
899,397 899,397 0000000000000000000119d63c0710101a145440bc24b2810f95c6eedc2cf774 0.19 MB 362 2
899,396 899,396 00000000000000000001f673df05e19afe5ebe35c5bd45e95e633bd2d2bf705d 1.50 MB 1,990 1
899,395 899,395 00000000000000000001e032423aa4b2540867d9bf12413f6ee481c4ec4cfe19 1.63 MB 2,094 1
899,394 899,394 00000000000000000000b5ca2644b69c96fc52156fde0eafc9550975074ad65e 1.60 MB 3,076 3
899,393 899,393 0000000000000000000055300dbe529d3da704a172dc7f66803175776bdb085d 1.40 MB 476 1
899,392 899,392 0000000000000000000140679a8c68ab60a283d8f397fdc03c0483706a491e97 1.64 MB 3,205 2
899,391 899,391 00000000000000000001ccb8633798d2f6cd7216fe35c455dab5d4605dc20eb0 1.54 MB 3,525 4
899,390 899,390 00000000000000000001880a8f3b1e22ee0a637193d90833ec2879b04a9345fe 1.64 MB 1,178 1
899,389 899,389 00000000000000000001ed97062dc6ebb566dc4bea71f07268eb87ba78868760 1.50 MB 1,822 2
899,388 899,388 000000000000000000015fa9be52cb9f0380da93d7544326b422b40d3f1f9421 1.25 MB 1,492 2
899,387 899,387 00000000000000000001e095b1e544c68642acb00f50afcfb747d6e2f58a12bc 1.57 MB 3,784 3
899,386 899,386 00000000000000000000e523047ce00182f8452051a45718eaee2febac85d102 1.61 MB 2,602 2
899,385 899,385 00000000000000000000ef4bbac18fab13f81f2befcb29a3536a949648555231 1.71 MB 3,639 4
899,384 899,384 00000000000000000001b3e337d82f1132837182b2609e32c432098fe1d6f6ee 1.13 MB 910 1
899,383 899,383 000000000000000000007135d078590f5ea1c9fa5e18c44b485dee7bbdbca3dd 1.61 MB 1,603 1
899,382 899,382 000000000000000000003919e3ce1cc0ac822697cc355280a3c3be1d32191446 1.51 MB 2,548 2
899,381 899,381 0000000000000000000021a6e37994494b40e3552b9c4bae0e8274fbab7be767 0.02 MB 58 2
899,380 899,380 00000000000000000000be7b16fa7eba85512e186bec11b30590076daabcd081 1.52 MB 2,011 2
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.