Memory Pool Memory Pool Refreshing

3,544 transactions
1.52 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,649 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (42,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,049 865,049 00000000000000000002253f96ba07111198f975859f77ec358913e1a237b465 1.50 MB 6,524 21
865,048 865,048 000000000000000000029a1519fbf993e1ada66a0f962710e49abce9df77b22f 1.52 MB 6,003 24
865,047 865,047 0000000000000000000299a16b6b3253f99bd816a6f59ab287ea98c84c00406b 1.52 MB 6,418 16
865,046 865,046 00000000000000000001b67bf52f6eeb04fa3a5166878db71ce70afe38b1e9b0 1.51 MB 6,349 15
865,045 865,045 0000000000000000000120770825da50bebd4df8e6d09e3e6951d4298fa52530 1.49 MB 6,751 14
865,044 865,044 00000000000000000001d3cc3dcdbb8df12a9b37716c05f10c2c2d645004e7aa 1.55 MB 5,835 20
865,043 865,043 00000000000000000002403be69e9552dd7681981c5993946f55ae8651ea09bb 1.69 MB 3,083 19
865,042 865,042 000000000000000000023301f48191f3d7c51ed53b75cc183b4d23ddad7ccdd3 1.57 MB 4,500 11
865,041 865,041 0000000000000000000116551169c5d38e6b66b8fe27ab1f20c3dd20aaf9f773 1.49 MB 2,860 17
865,040 865,040 000000000000000000019ca8e0127b00104b98ef7297e40129d547bb906fa769 1.58 MB 3,448 22
865,039 865,039 00000000000000000000445bb08413ba56b560683958648411440b5d1e060408 1.68 MB 3,446 24
865,038 865,038 00000000000000000002af876a1d8ce11e1c07018b016a2043fb6e4b0bfd9d8f 1.51 MB 3,801 18
865,037 865,037 000000000000000000009ddcb8ec0032a27ae3eca63d3b61c8c09758d2ffed3b 1.67 MB 3,441 31
865,036 865,036 00000000000000000001d4d305b5d8772ecc2c413a4cb61c9919feaa40c3223c 1.62 MB 4,210 29
865,035 865,035 000000000000000000004f673e3dd58ce4db9cec488e9e48ee3ea054eb6da687 1.75 MB 3,425 28
865,034 865,034 000000000000000000021c9f042ce957c2d11967f7e0b81134477c0be8889d4b 1.61 MB 4,959 30
865,033 865,033 00000000000000000000645250bbad3fa0ce5110a33e140266385f5e8bccb38e 1.54 MB 4,872 36
865,032 865,032 00000000000000000002b19d64f73683d0fedddad4dc3231cbb3f4a57797b0ed 1.57 MB 4,254 45
865,031 865,031 00000000000000000001a581755d6e864a8568749c249e128d373c46a0572e94 1.48 MB 5,360 50
865,030 865,030 00000000000000000000d656e3a961d9f0229490a11d6f0525add7e20bfa768c 1.53 MB 5,726 53
865,029 865,029 00000000000000000002ee60342b1bbaa09b63db497fb7e64364966e278ca8bd 1.45 MB 5,663 50
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.