Memory Pool Memory Pool Refreshing

4,538 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (233,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
673,937 673,937 00000000000000000008d01aaaecd06a7cd6d3cc377165ad015de431c3c73406 1.33 MB 2,382 73
673,936 673,936 000000000000000000095aaed6ddefef29169b97f9800f13f67d2ed7b129a9fd 1.31 MB 2,333 89
673,935 673,935 000000000000000000031f6a9c812c8a8cc7b205568da0c4cc2dfca6ea1ab174 1.27 MB 2,272 85
673,934 673,934 00000000000000000006f5c67e6b0137b924eef0a79e186bf755964cc407800c 1.29 MB 2,407 92
673,933 673,933 000000000000000000012b7c055337131ebee634d43e5165aaaf491600bfcd38 1.20 MB 2,728 61
673,932 673,932 0000000000000000000a2b237adfeda134daa0f796cf5ba104ea5bfc3571ce3f 1.17 MB 1,539 75
673,931 673,931 0000000000000000000c57ba14d9c4189451d85613fc209c9c5cea46979208dd 1.16 MB 1,442 106
673,930 673,930 00000000000000000009c51a20612cbbf00f12f411d7bcbf919af1e605dda8f4 1.12 MB 3,038 50
673,929 673,929 00000000000000000008384eea8b43d9636c146dd46137282b98d83573d71c18 1.38 MB 2,782 97
673,928 673,928 00000000000000000006768cd0be2584bfb57af15e6a188205f1c9e94aa0af3c 1.33 MB 2,627 101
673,927 673,927 00000000000000000006b26181bda4f92acae2ebecf21a3817545a550563835a 1.55 MB 1,716 102
673,926 673,926 0000000000000000000aee54ca44004377d038634567ccd49a5b4ba5433f803e 1.30 MB 2,969 120
673,925 673,925 00000000000000000006fe103d77d52292991f4f5933b3fd25e4be1cab355b94 1.33 MB 2,268 59
673,924 673,924 00000000000000000005855a6c05fb018bd974372a780c6b074b1c084715cd2f 1.38 MB 1,440 101
673,923 673,923 00000000000000000009f531f496cccde42cef8d03b2ec6dfefd6689e78aa48b 1.27 MB 2,150 108
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 1.43 MB 2,196 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 1.37 MB 2,537 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 1.49 MB 2,605 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 1.47 MB 2,127 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 1.28 MB 2,692 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 1.51 MB 2,586 110
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.71 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.