Memory Pool Memory Pool Refreshing

4,842 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (12,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,930 894,930 00000000000000000001bfa931ff1fab1997d1062d362798aafa19f3a928355b 1.58 MB 3,387 2
894,929 894,929 00000000000000000001a53e8e0d09f013b353cb19123ad3a65847ab0369e3fe 1.83 MB 3,613 1
894,928 894,928 00000000000000000000ed96fef797fb43a9bb2ec41c0bb9422ba98b691d9e12 1.39 MB 915 2
894,927 894,927 000000000000000000006622ce0084129466494aa068e2b9ad8dde43554b630c 1.32 MB 1,868 7
894,926 894,926 0000000000000000000133b5391929a27c492a901d3a28aeeba21915a5d944ff 1.42 MB 1,509 2
894,925 894,925 0000000000000000000044465f7966796beeaff71c01d6112750c8853a2e56a5 1.72 MB 3,223 4
894,924 894,924 00000000000000000001208a7dc95fbcdf930163bfeb119ee72c587bcf8ba314 1.65 MB 3,347 4
894,923 894,923 0000000000000000000019296a966e1bd0e0fd30e0e08adf60aabe476cd3f3c9 1.61 MB 3,631 4
894,922 894,922 00000000000000000000bbd9e53ce0408692756d293d6b22be4b95f58ec0ac2d 1.67 MB 3,469 4
894,921 894,921 000000000000000000011c0a518f87e5487e223ade9fea3df925f9746c558248 1.59 MB 3,142 4
894,920 894,920 00000000000000000000ac86aa9117605cae68d8b13283a8cde7215f55a97d35 1.54 MB 3,313 5
894,919 894,919 0000000000000000000228029dccb515b2f4a4cace552777249f7e18d7f5c1ab 1.53 MB 3,657 6
894,918 894,918 0000000000000000000094aaa333d01fdb61b95d4295e7a53d90a055aec00d29 1.59 MB 2,018 2
894,917 894,917 0000000000000000000188086a6786bc516c6519237450b60982ab83bf31d2cb 1.62 MB 3,521 11
894,916 894,916 0000000000000000000141d74059763440871a96a4687fa407b3d6ca68d249d4 1.37 MB 1,661 3
894,915 894,915 0000000000000000000145a3dbe44c8575b71226e75fc2e6a96b5fb77b4c4cba 1.76 MB 3,033 4
894,914 894,914 00000000000000000000a62a66dc33f64dbd0001c69060339d7a3abf0324375d 1.60 MB 3,011 2
894,913 894,913 000000000000000000012a195cc50b08189715f5524acab726ff1100921268e7 1.52 MB 4,268 7
894,912 894,912 00000000000000000002251394934d789a8b7d560f112e7575423632a6121a6c 1.63 MB 3,280 3
894,911 894,911 0000000000000000000097f58c3347359301fb25352b46bd6c34fd6aa048277b 1.69 MB 1,867 2
894,910 894,910 0000000000000000000084bb27b4c2f1fadaacff2631686c218487c4490c0387 2.06 MB 671 1
Previous 10 blocks ↓
Total Size: 768.93 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,604.20 GB sent, 92.45 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.