Memory Pool Memory Pool Refreshing

6,455 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,936 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (4,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,620 903,620 0000000000000000000054aff25421474ef2eb44e03dbae718b18836c5ab6d87 1.73 MB 3,898 1
903,619 903,619 000000000000000000009f3441a1898aeefa55ec2dbc82d619ce8b376c764d7c 1.50 MB 1,731 3
903,618 903,618 00000000000000000001e7f35b731d5e4260506e45096886367125d0af8a4810 1.36 MB 2,427 2
903,617 903,617 00000000000000000000978a8f1ccbc9537468e3c7498e4f87d4c94b28b26fba 1.39 MB 3,042 2
903,616 903,616 00000000000000000000b06187a4a18fd3c5ecee30015bf3324a6bf12b739786 1.54 MB 2,650 2
903,615 903,615 00000000000000000000626f5619834c2e99f37dcd8e5e647f776f74ce2c989e 1.72 MB 2,926 1
903,614 903,614 00000000000000000000d6d588f4f0adcc01cd452a8e40c8483a68ce5e36227b 1.49 MB 1,252 2
903,613 903,613 00000000000000000000233b921880bb72c6ff25b41b31fc9a4c77a819440586 1.59 MB 2,778 1
903,612 903,612 0000000000000000000037bfe923819eb2026557eacb2b84a920e4bbd42d200e 1.63 MB 1,715 1
903,611 903,611 00000000000000000000c7126c6395b377a50ef812e77ad2e8e87755c69f45f3 1.49 MB 1,917 3
903,610 903,610 000000000000000000016c3bae90881aff1f21b8a9faba9720faed6404183e30 1.40 MB 2,152 2
903,609 903,609 00000000000000000000e92dc0075054aca98c6393bc09f77986153eebdb5c77 1.28 MB 811 2
903,608 903,608 000000000000000000017e2ff206a9945a0f4a442475e1c092efccb375f319b4 1.32 MB 1,103 2
903,607 903,607 0000000000000000000187bb79f1e7e42138b906d54c904a90baab7445bb2f69 1.55 MB 3,532 3
903,606 903,606 00000000000000000001235ebe21e5881a9f43ee1d14bfaea9b122522051c5ce 1.43 MB 2,891 7
903,605 903,605 000000000000000000020a1042218f72635d1b6ee3dd6b54aed32cbbb533a696 1.44 MB 3,834 3
903,604 903,604 00000000000000000001b23c7841a3927d7afa728e7c07028789e547bbb39e32 1.32 MB 1,624 3
903,603 903,603 000000000000000000023b1a1fd336b29c3a5e3f29e0766b3f1986a7104c24c6 1.43 MB 2,217 4
903,602 903,602 000000000000000000019d3f25782b018b18940509f513dd9c937921a4a77e5f 1.60 MB 3,201 4
903,601 903,601 0000000000000000000219b7a180064bafbc13a9ed9f07410a6c5800f78b81f8 1.35 MB 1,860 3
903,600 903,600 00000000000000000000565ff6e7e5ad3669fe50ff039f80e8f7248f7ad906a9 1.30 MB 1,004 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.