Memory Pool Memory Pool Refreshing

2,923 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (589,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,691 318,691 00000000000000000edc71c2fdde552bcf1465d5084a4af1d5bf0261a2271ac8 0.14 MB 217 21
318,690 318,690 000000000000000012b040b17be08c418af452c2d7386948b6faa80fd4b6849d 0.16 MB 293 17
318,689 318,689 000000000000000024ae622cfe3104e0bb065520406c7a253c014cddb20b9856 0.75 MB 1,454 36
318,688 318,688 000000000000000020e3579ec31e0a0afc7bc98aab490a794f67bbf11cbeb707 0.00 MB 1 0
318,687 318,687 00000000000000002317150c79cfb12682be4256345226b527d5815cd7de59c1 0.14 MB 127 19
318,686 318,686 0000000000000000233166d5a63388da7f2e2879683fae917ee5d5ac63d9edb5 0.73 MB 1,250 24
318,685 318,685 0000000000000000125315b915ce951df16d5b4f010f70de71bde2b9d800fdee 0.18 MB 256 36
318,684 318,684 00000000000000002388dfacb664a4fcd035a86a127ca7ad401e0a8652bac9b4 0.30 MB 556 28
318,683 318,683 000000000000000005292f44caa6d27a543d07d6ed257142656505e9449c991e 0.20 MB 390 24
318,682 318,682 0000000000000000067f8df340fba7a6656ca70227b7353d8c7aa2405bd7f202 0.18 MB 331 29
318,681 318,681 00000000000000002383a4177bf318a682e804232c7f4e6474558070d7d03d16 0.08 MB 144 25
318,680 318,680 000000000000000009652447ff00fa73d3525c99410985f3c4a50e51fa910fba 0.28 MB 503 25
318,679 318,679 00000000000000001d6674e89ac54fbe7795d6ce14134ad8efe5459544f8eb74 0.23 MB 347 22
318,678 318,678 00000000000000000c65991156153217ddbdb24514af537dfcf7f17cbe3417df 0.60 MB 701 23
318,677 318,677 000000000000000011b56fc32434c44bfa911c2cb148f1bf4328a1b65b5edaeb 0.50 MB 1,243 37
318,676 318,676 000000000000000019195bba1763ea495b10a55aad4eb7671945b0c1d1a4b7a0 0.03 MB 74 20
318,675 318,675 000000000000000015f0af48fa4065c9bd160777fa9206c789b572e7da1cce89 0.40 MB 813 33
318,674 318,674 000000000000000027618f94659de9beeaad1f22bb14e43a567271d71664dcdb 0.07 MB 138 27
318,673 318,673 00000000000000000a1dcad4ebaf54f668872af42ab9ad7c3453ea1550ee02bb 0.16 MB 289 25
318,672 318,672 000000000000000010d38b56c325913b010aa79ec11921e263d93e2ddb65846f 0.48 MB 947 40
318,671 318,671 000000000000000014e283e0c386dba0969ac2c13bd7296111077b8bf30a12e3 0.02 MB 36 15
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.