Memory Pool Memory Pool Refreshing

5,123 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,115 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (40,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,451 867,451 00000000000000000002e0a7fb74a7d24b98f741b88f3a64ac91297da30dd20a 1.76 MB 5,203 4
867,450 867,450 00000000000000000000193416c20911cb184892544b29c55eef09dbc002b9c5 2.09 MB 3,917 2
867,449 867,449 000000000000000000018b8184ca637f5d3972d63dd9bb338635b6601465847e 1.63 MB 4,294 7
867,448 867,448 000000000000000000025d082772950daa9ea4a1c7c0b0a69bfdde6bc075abfb 1.52 MB 3,920 13
867,447 867,447 000000000000000000015824df0892661123a2b4ed0f450004dfbcef8a834177 1.71 MB 3,514 10
867,446 867,446 000000000000000000021e52fe7f16cea1687f32d0b62992d9240a98ccf9b77c 3.59 MB 858 3
867,445 867,445 000000000000000000012a6baeafb669aab5d916700f448390c9f071fd4dcfa1 1.87 MB 2,983 9
867,444 867,444 00000000000000000001976923c008b6d66c23a31509e913f8679d4b5b4a6a88 1.61 MB 2,882 5
867,443 867,443 00000000000000000000412cfaefe154af6217183c729e04482ed72c8479dbbb 1.57 MB 4,578 7
867,442 867,442 000000000000000000026155e407cf8eb1c4d72977dde589238c302f6ed61c06 1.57 MB 3,534 18
867,441 867,441 00000000000000000001957ab1c3efc36d1e6e62cef44d9ef1b952b2b112d64f 1.71 MB 4,768 5
867,440 867,440 00000000000000000002a02dda03cd6092bd71b77d8c46322041a7f15a2e4d74 1.58 MB 4,426 7
867,439 867,439 00000000000000000000283b91fa8174d99fe535a823b88d597bfd793ba23c7b 1.77 MB 5,462 5
867,438 867,438 0000000000000000000110084251e84e8ca6ead4116d8d44ed7f2dfebbdfca6a 1.76 MB 5,423 2
867,437 867,437 00000000000000000000f483f1651022021b74d2b7e20ed3b56166cfba4ba59e 2.05 MB 3,730 3
867,436 867,436 00000000000000000000192e89a2525daf3712c0397fdd9f7b22e678824fef87 1.61 MB 4,204 14
867,435 867,435 000000000000000000018f64bfd9535b017be6649e120cda22b19dc38539cf66 1.82 MB 3,969 7
867,434 867,434 000000000000000000028561fc56aec0962a2c25520e3f3b443673a92eb56c7c 1.62 MB 6,244 5
867,433 867,433 000000000000000000026c0f620df6e63556ac563fe4dcb7ddc3d9e458aeeb16 1.55 MB 4,782 4
867,432 867,432 0000000000000000000199f5b2f124daa3d610f2df7223e2e1a04e14bcf49fa7 1.71 MB 7,046 3
867,431 867,431 00000000000000000001ec97de9aeffe98639ba85b8356bf44409e72024ea9cf 1.74 MB 5,827 4
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.