Memory Pool Memory Pool Refreshing

6,953 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (735,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,684 172,684 000000000000013a124a7119458c8ab1d9047a02e693fa4e312e423b75e09f25 0.00 MB 11 0
172,683 172,683 00000000000007401463795aaeaa4d5f6f542f585610f05da387d8f185096cb1 0.01 MB 15 45
172,682 172,682 0000000000000abdb564d672aab1d47cd46baac5fe95e6da666e143db6e15c12 0.01 MB 19 198
172,681 172,681 0000000000000344ce0a9876dda9c21cb4629775e49b49a551ab824c8925ddbf 0.00 MB 1 0
172,680 172,680 000000000000029a05e28f65d685515479790f388c65a8ab62d6ffdb46c91e9e 0.00 MB 10 0
172,679 172,679 000000000000005ea7ed23e52f41cf6520986c87620b1532f0cfe7117e066a14 0.01 MB 43 1,101
172,678 172,678 00000000000000eafb14e6fefa088b007daa30c197bd06ef6001bbb6696229cd 0.02 MB 37 76
172,677 172,677 0000000000000b1ff1b5eb66c2240fcf5cdb9fe9662676aadf18ba3eafbb8048 0.01 MB 22 68
172,676 172,676 00000000000002c45d1b1fa1fefc6fe1b9e049b834754bc1a0cbd812ea5877dc 0.02 MB 47 174
172,675 172,675 0000000000000498fbace0b93403a66713024361c6b461896e3a58e0a44c9e58 0.05 MB 42 167
172,674 172,674 00000000000008b263e4c9fa2e48ba064fb5436d20fec24e3345a052978e513d 0.03 MB 81 143
172,673 172,673 00000000000006417178e4427fda99539a86dfca6d8345695d0ecfecdede266f 0.00 MB 1 0
172,672 172,672 0000000000000a8d183c2cba137093cf938b62cf7da270d451cfc404e9b840a9 0.00 MB 1 0
172,671 172,671 000000000000079483f10b7a71d9b8eb09c4dfe2d73e5fec3c34e7b73521de29 0.05 MB 157 184
172,670 172,670 00000000000002b6341e7aa92dfcedcf2d9d18eee01eeebff426c2803a4eef0f 0.01 MB 31 202
172,669 172,669 00000000000009a019b42598db3aa7844d77137746163b63f50cfd7c82f44a46 0.01 MB 44 120
172,668 172,668 0000000000000452c7deaf2f7966bd57b91ac6dd230a8783e9fab41538b48b0d 0.03 MB 100 61
172,667 172,667 0000000000000225b340552524bdfac5691b967eb099a603bae3a2648149bfbf 0.04 MB 119 179
172,666 172,666 00000000000005f2de5a6e52db8c6b2f511085a932a80b960b7e1e794d51a292 0.02 MB 37 31
172,665 172,665 000000000000066afa394ab86ece294fe3583aa1bc5d780498f0365d4b509ae1 0.01 MB 21 87
172,664 172,664 00000000000004969069457abede00a1b0f59fa0086855a23c16514ac7592919 0.03 MB 7 53
Previous 10 blocks ↓
Total Size: 769.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.54 GB sent, 94.39 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.