Memory Pool Memory Pool Refreshing

1,855 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,840 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (824,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,571 83,571 00000000001fe0018e6b5f1f41a8d60adf19e8f8a53a3b8596f1c1330e65c78c 0.00 MB 7 0
83,570 83,570 00000000000a01ac5eaa86319924f368af7712fd972e00a1569c9e2d274f136e 0.00 MB 2 0
83,569 83,569 000000000017feb77855bf60652cf0876f73decf20c1e2e17fc0e51ed33fc042 0.00 MB 3 0
83,568 83,568 0000000000185dc2d1f5966bdde06cba285da9e322b2890ab0fe68b3cf978952 0.00 MB 2 0
83,567 83,567 00000000001ab0e202bd269d2b9900ec2db06f92aa7950c2ca942460c5e77a4d 0.00 MB 1 0
83,566 83,566 0000000000230ccd7342534ce8a089331c0426408e64dd4787a8e80653fe01d2 0.00 MB 3 0
83,565 83,565 0000000000149d3bea0aa489829814f42a5e46cee436f61f9f9581e8ac8062c0 0.00 MB 1 0
83,564 83,564 000000000012a041d9830bd841cf6eafbc6897df583929cbc5ab519431131331 0.00 MB 1 0
83,563 83,563 000000000018480ea378c63b0bcb24bd49dbcd0fba8a40e3098bc71b900ef97c 0.00 MB 4 0
83,562 83,562 000000000013fac5d6a3d30b46264113d6359005835be8cd6518ba67ef52989c 0.00 MB 2 0
83,561 83,561 000000000002d107265235631387a4d152e736e90bfd1d4359eb4e4596f17db1 0.00 MB 2 0
83,560 83,560 000000000015b5daee8c34e991269c95f337a585619a0a021f84285ae01cd089 0.00 MB 1 0
83,559 83,559 0000000000101cb723c188838eda8968b0d1a72bab3db1f5893cad7afc39597d 0.00 MB 1 0
83,558 83,558 00000000002cab76b5bb18145362e3791842a8c940654bdf84db657cf35a9f4c 0.00 MB 5 0
83,557 83,557 000000000029ed1b27b530a6fe2964bc6bf85a294069256c1d7a7adf3078e0d7 0.00 MB 2 0
83,556 83,556 000000000006b01ad65e58ce02436f350d2f51dad1c8962e5d4ab84d958521ea 0.00 MB 14 0
83,555 83,555 000000000024f9bb07089e26adf1176ddc47391149f5a1690377965192c22625 0.00 MB 5 0
83,554 83,554 0000000000009b7f91e1a806a6d08a760f1294e200bc773ada5e73cd5123377c 0.00 MB 1 0
83,553 83,553 0000000000248b374c37bda3392f19c8003549f4ce05cc7104aced6aaef92c5e 0.00 MB 2 0
83,552 83,552 0000000000142a07cf0c382c3558e8e2f25131b771746192f02897259839b4f7 0.00 MB 3 0
83,551 83,551 00000000000a3a7858298efb66969a6ff74f7d7577f4d4da51ee33deb492dcf7 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.61 GB sent, 100.68 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.