Memory Pool Memory Pool Refreshing

14,304 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (189,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,814 717,814 000000000000000000009dbee1a693a01f6f136d72bbda32955ee5f0753f1726 1.04 MB 1,581 8
717,813 717,813 000000000000000000043fc1432d83b56f0cf5a4ef9b1f84d4b699abe0277079 0.84 MB 1,256 14
717,812 717,812 0000000000000000000b47d1612f30dea8beeadf60597d9566ce2599966b525c 0.22 MB 201 5
717,811 717,811 00000000000000000005cbf627097e751af97c665f67f1dec12c9b095508275f 0.79 MB 1,033 17
717,810 717,810 0000000000000000000b591217e303e5a52f02f9a022046f14ea8de2dc4388a0 0.78 MB 1,281 9
717,809 717,809 00000000000000000004cfe8f009871dc0b1b58989145580be3461e1275373b2 0.63 MB 885 9
717,808 717,808 000000000000000000044dfc0d65e054c83eb2e29dcb5e6958767da78586dd88 0.76 MB 1,336 10
717,807 717,807 0000000000000000000487c6194f4a1df156f85bd09c2e621a7585bf28400ecc 0.17 MB 255 12
717,806 717,806 0000000000000000000883daada3eed0f209855a18c9f5112da4d80d0a5b57da 0.73 MB 1,402 11
717,805 717,805 000000000000000000025889424605d698a14fc31ad5c355fd2ddaff06ec0e0f 1.11 MB 1,330 7
717,804 717,804 00000000000000000004f636f0e2a40cc94acb840ff001ca77d4a54be0cad354 1.28 MB 1,403 8
717,803 717,803 00000000000000000000d7bbf85aeb761870356f15acdba2e4d8c623c2127d6c 1.50 MB 1,978 9
717,802 717,802 000000000000000000092638b2c63d15d147958589dc6044efb07f30b6f71d4c 1.54 MB 2,766 8
717,801 717,801 00000000000000000000f0d3148ae726859acb42af24be66f3de726055777585 1.48 MB 2,619 6
717,800 717,800 00000000000000000001f66ac0d7546ccbb3bc6a4bb1be44cfb5f9d34a0841ef 1.40 MB 2,699 17
717,799 717,799 000000000000000000025ded0b2eb91e7cd31ceee2801aa6a9e79fa50384b124 1.55 MB 2,514 9
717,798 717,798 00000000000000000004899c485ff3216f73f3edd3ca7e99dcf7a6286e0a8885 0.75 MB 637 6
717,797 717,797 00000000000000000002636eeb5f960fde8e032e9f49a7d2e404291a335a40a0 1.29 MB 1,424 4
717,796 717,796 0000000000000000000134d837bc4fdd8e9c236b9648faaef2edcc8d9d7e1cdb 1.44 MB 2,383 13
717,795 717,795 0000000000000000000753b95e3c4e59ad37fea5d68d8e82ff5cd79e68764a60 0.18 MB 309 8
717,794 717,794 0000000000000000000abf3f408156a2c1cad1d420f4c1bb56858e75be00dc18 0.58 MB 983 9
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.