Memory Pool Memory Pool Refreshing

3,822 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,473 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (37,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,324 870,324 00000000000000000001add2157d2e574553ed72223f5533932724a2404112da 1.46 MB 3,232 39
870,323 870,323 000000000000000000016530c2639d434b246ee7cb8a49f10e02ef4bebce7ff8 1.55 MB 2,855 22
870,322 870,322 00000000000000000002584284ce6747348ec7d25e0c5876f19bb7135b8a3a93 1.59 MB 3,596 24
870,321 870,321 00000000000000000001af5910cc6760d2e8abedc0e8b7b4278fdccbc6eb86b6 1.54 MB 3,712 26
870,320 870,320 00000000000000000001d04f8837051425f32d16da261365bb44a24fe6acd6bf 1.70 MB 3,123 23
870,319 870,319 00000000000000000000330b959e1ae7250d176c7a678422f894cbcc61c0418b 1.60 MB 3,874 22
870,318 870,318 000000000000000000004d8580c7043bfbec589878adb9dc46ea452f7ef70db1 1.61 MB 3,725 26
870,317 870,317 000000000000000000018047fc354605642707eeef1e2e776ea6f7cff20dcaba 1.55 MB 4,252 24
870,316 870,316 000000000000000000011c6417efaf4bc949065695afa57b571609bf8bf4ac53 1.57 MB 3,901 24
870,315 870,315 0000000000000000000041767882d26ea308de6e38e9fa4b59c2ea13c4b59295 1.51 MB 6,095 27
870,314 870,314 000000000000000000029ad01233143d0bb65fa435f2c26668c3d4427fc0181c 1.43 MB 4,629 33
870,313 870,313 00000000000000000001fc1dfef57892f76cc923b33876163af070a07124a547 1.52 MB 5,121 24
870,312 870,312 00000000000000000001c753c5358a0171b1d35cda0ab576948593ac1ea8a619 1.54 MB 5,793 19
870,311 870,311 00000000000000000001a9657ea567be726f16879cfaaaa05e1411e370290489 1.58 MB 4,785 22
870,310 870,310 00000000000000000001241e5dbe1f04d8ae32bae1c0ce8d832fe9e853925177 1.48 MB 5,287 24
870,309 870,309 0000000000000000000145136dab2dcb7ad2cf26e4eafc4a238a569a87fdfa12 1.61 MB 4,814 21
870,308 870,308 000000000000000000029d0b338f8eb0609ed8bc5d180e5203b6b717052469f8 1.57 MB 4,576 20
870,307 870,307 00000000000000000002110897873190a6a6fd57f5361517d1bdcb3eb54264e3 1.50 MB 4,343 24
870,306 870,306 00000000000000000002172c049a48194a76e3b738287b4356d6032e494b8471 1.47 MB 3,060 20
870,305 870,305 0000000000000000000099eb52ed6ed20045f8d85fe90db7329a647794bbe2d5 1.59 MB 3,901 24
870,304 870,304 00000000000000000001ecca460668d3b095e973e14f7f15e87042fe189083ee 1.37 MB 3,284 36
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,633.69 GB sent, 93.89 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.