Memory Pool Memory Pool Refreshing

1,898 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (2,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,759 905,759 000000000000000000014a8fe6eec96330101029199db554d852d67c96c34aa0 0.57 MB 781 1
905,758 905,758 00000000000000000000bc6e409677a81efffe251a185de463e22bc7ba0f3e51 1.37 MB 2,459 2
905,757 905,757 0000000000000000000036ced9894507470d2592836266bba98f5ca5492c8433 1.80 MB 2,262 2
905,756 905,756 000000000000000000009c6cc6ae0108837f5b53543223432adba7ccdff021e5 1.03 MB 1,597 2
905,755 905,755 000000000000000000002ddf6cf540b68c92a6024ae43060b4875bbfff31118a 1.17 MB 1,700 2
905,754 905,754 00000000000000000001930c9a37d571aaeaa3cd7740ab2d53ca837ecb138278 0.36 MB 922 2
905,753 905,753 000000000000000000003536d354d018ad3d740748b104a587e2a08b464b987d 1.69 MB 3,417 1
905,752 905,752 0000000000000000000083a9a8a853007a29f1d98daf3a15ef937228ab0e97d8 1.77 MB 3,230 1
905,751 905,751 00000000000000000001e8216e25efc58f5aa7e996b0f05ca722a7f5e5c0b9de 1.57 MB 3,433 3
905,750 905,750 0000000000000000000140713ef36309d5de28439ce2cabd884f868825b835ab 1.58 MB 3,356 2
905,749 905,749 00000000000000000000d7ee387e37fe06e4e9aed6fc9eb661e7e436bbee483e 1.26 MB 2,847 2
905,748 905,748 00000000000000000001bffa1d6164b864371b12172842549983ce24721e750b 1.69 MB 4,339 2
905,747 905,747 00000000000000000000803582e65c1e0c72f004cac05ebb4fdedf2729ffd67e 1.56 MB 3,705 2
905,746 905,746 00000000000000000001db1a638e16da8d68f65b4d341610e55f056080474797 2.16 MB 2,849 1
905,745 905,745 00000000000000000000119c1f0e1c6caa6a54273beb77ab7e8778188f43128e 1.61 MB 3,520 2
905,744 905,744 00000000000000000001b97585f751df4c20916ecb6c32afaf4104272c529015 1.53 MB 3,435 3
905,743 905,743 000000000000000000005b908b56ce2993012360f580a3e8b68a5454c816a1a9 1.40 MB 1,930 2
905,742 905,742 0000000000000000000089bb65f99bdfd6f4977128d5b3c596f970cb05960726 1.54 MB 4,091 5
905,741 905,741 00000000000000000001fcd46accb46d044aa73c0d333aaf635144a643d29816 3.47 MB 566 1
905,740 905,740 000000000000000000006ea1e55ab7b42275646f675aa7a726c0e7a0e03a9980 2.91 MB 1,607 2
905,739 905,739 000000000000000000019f2a42cf878849dd88c6de261dcba2416aa6002e0c63 2.40 MB 2,044 1
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.