Memory Pool Memory Pool Refreshing

4,101 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,809 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (577,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,488 330,488 00000000000000000e36ed730e90bbf609e51487fce7df2878c638c5ecb98f9f 0.19 MB 348 27
330,487 330,487 00000000000000000bc2b7ad9b516a3b15ac2e04ceaa79e69336f6f79ca03641 0.26 MB 393 24
330,486 330,486 00000000000000001a39a44955d2a76a1a88c4ed09f6e132298df0da5ff57fb8 0.37 MB 564 20
330,485 330,485 000000000000000016ae5f443314da5818dad541884e1fb8c9dc311992a51842 0.62 MB 831 23
330,484 330,484 0000000000000000008543e8ca85589bfa85b66d623bf28bd876774e05091744 0.75 MB 1,637 35
330,483 330,483 00000000000000001643ff9874ecf349a952e0a3a749ee861f577a041787b719 0.42 MB 823 29
330,482 330,482 000000000000000000ac3a0fdd322d6677273ff5611afaae6022553a0e5d4c40 0.10 MB 176 8
330,481 330,481 00000000000000000def6008f17e93117cd145f3843f764dde79c4a5dfdf7f09 0.42 MB 751 27
330,480 330,480 000000000000000019892c71c6f324ced076845c287abd526d28c9e8d9541bbe 0.34 MB 575 27
330,479 330,479 000000000000000003f4f1540fa0531d31958e9bedf5355b2dffac93127ac98e 0.25 MB 483 26
330,478 330,478 00000000000000001ae34fae10e47e728a6ca8d08e5ba75f6244dae554ec79a0 0.72 MB 1,191 24
330,477 330,477 000000000000000008623086d4979f8dc0ccc16ae5e2d97926bb1aebbd928857 0.34 MB 607 26
330,476 330,476 000000000000000011e31dae522b40e2a137fd3064a6d1d25650cb294e217290 0.32 MB 591 26
330,475 330,475 0000000000000000062bb72c4e192add674697f3bb69595833e19250fb66277f 0.75 MB 1,228 27
330,474 330,474 000000000000000018e26bdffdc8884d80356fff54639ad349787157b5230573 0.49 MB 936 26
330,473 330,473 0000000000000000005bcb2b75aa91b18510a4b75ca01f0f5a800d00e16586da 0.46 MB 927 33
330,472 330,472 000000000000000015353c1331e45973acb4555c691c42def750789dd32b5954 0.06 MB 100 23
330,471 330,471 00000000000000001a32132bed18e4af38917390571fd2f92d235bad1ff747a0 0.67 MB 668 15
330,470 330,470 000000000000000003a7f4d4ecd0bc5ce8df727470f7a7e4845a354e96fc83b5 0.24 MB 320 30
330,469 330,469 000000000000000018d16dafdd9c9ce309874c44c531a3eff65301c179b5381c 0.75 MB 1,668 29
330,468 330,468 00000000000000000f219ecb8290d819b630e81168ecdd097ea457f97afb3d0b 0.32 MB 1,013 44
Previous 10 blocks ↓
Total Size: 769.35 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,643.52 GB sent, 94.69 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.