Memory Pool Memory Pool Refreshing

9,688 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,608 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (56,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,457 851,457 000000000000000000027f09aa50d219d33173a85f34a8c0f5cfddc150e58ffb 1.60 MB 2,445 9
851,456 851,456 00000000000000000000b4ecc35ada71d9ec69a81b781484de6f9948a45608f3 1.57 MB 7,092 6
851,455 851,455 00000000000000000001fc0b1aad8d8ece50af42544627096b9837bcdbf648d1 1.65 MB 4,462 8
851,454 851,454 000000000000000000027f4204d7c7bea9bc0ef300b8c2a2f7aadeb75b8dd191 1.49 MB 6,504 5
851,453 851,453 00000000000000000000d0f72795bd7bade5efa9ff66f79b164763defd7b6d74 1.52 MB 6,776 5
851,452 851,452 0000000000000000000026868add9ee31d9231911c8755ce626a775c58579ef0 1.68 MB 7,089 5
851,451 851,451 000000000000000000002fad7ffbc0d6c70438d1fbf1102d65fc91bdf2a8eb96 1.61 MB 2,827 5
851,450 851,450 000000000000000000013e1d24617b3ebce562ffb9083c3f5ebcec558971e066 1.49 MB 2,985 11
851,449 851,449 000000000000000000021bb619e407e74bd1ecf19ca27f98bde6693086f16ab3 1.56 MB 3,555 8
851,448 851,448 00000000000000000002b3dc14201708f724e1dd0564de1bd57c3b254046d7ad 1.69 MB 3,864 10
851,447 851,447 00000000000000000002e7479b9a112cacbb62724b3844e3dc18f2129dbf7f85 1.84 MB 3,703 9
851,446 851,446 00000000000000000002c8726c9808907365bebbd4d593d2487d4250d328b97e 1.65 MB 3,967 12
851,445 851,445 00000000000000000002f0bdf4aa74c37af429e6508b01c7cbdba8540ac8e923 1.58 MB 3,173 13
851,444 851,444 00000000000000000001838b0e0a3236a14a1d50074adc7e0f6389e16bd30b3f 1.60 MB 7,251 5
851,443 851,443 00000000000000000001c8d1c8f83c9af99fca23d9188888cd8fc7ea184935c3 1.64 MB 4,977 8
851,442 851,442 0000000000000000000215e463c452e7e8d0a0c31c9eccd9e0b9e919f035b931 1.63 MB 7,699 5
851,441 851,441 000000000000000000015f5bf22b157168c782c01b8bfc4b9f7707872d2371e7 1.78 MB 4,317 8
851,440 851,440 0000000000000000000385cab9aa35cbcdb09790d875293c847b51af01d8612c 1.70 MB 6,716 6
851,439 851,439 000000000000000000020d13cc62fe715e629d008e5ebd25f7126e20b3b0018a 1.56 MB 4,255 5
851,438 851,438 000000000000000000037624cbc2db958e392ae51406eed385c602009030de81 1.63 MB 4,047 7
851,437 851,437 000000000000000000030b0e9c327827131426eeb1b40cf2602e110141c68ec9 1.49 MB 3,250 13
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.