Memory Pool Memory Pool Refreshing

16,519 transactions
5.49 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (68,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,064 839,064 0000000000000000000109eaf193320babec1f3c528d2079f7fc0a7b9aabf5ff 1.99 MB 2,916 42
839,063 839,063 00000000000000000001a6f6bdfca3e48febdd2a72c6092ff3b677062a75c4b6 1.81 MB 2,668 52
839,062 839,062 000000000000000000031d095fe035fe06ee3981b6a9c4c053389cef6295f58c 1.85 MB 3,117 53
839,061 839,061 00000000000000000002ccc6f14cd2468d0ec3b66baded727b37359a59fa99ea 1.75 MB 2,873 48
839,060 839,060 0000000000000000000026ba44ccaa04d826eb8254366a51d7354d5a807f4ea8 1.76 MB 4,173 75
839,059 839,059 0000000000000000000113896a74528c3cb9ef7652b41ea71b861d02b8a8965f 1.80 MB 3,384 57
839,058 839,058 00000000000000000002daf0a7b7484e32ccc8456f2a88b77e5edcf580289be9 1.73 MB 4,604 84
839,057 839,057 00000000000000000000c469741f0e42306b1222ef19802d7ab0c76ee4f0d1c0 1.76 MB 4,627 76
839,056 839,056 00000000000000000002d740a8e13a67f172e2e38d52e6f0f0453fdf574f67ea 2.14 MB 2,521 62
839,055 839,055 0000000000000000000271afd1be2e8aad6fbe4f02dd6e4e70855376266d682a 1.77 MB 2,741 50
839,054 839,054 00000000000000000002b1c73191823f47438a01828d0823132b51e66a305dfb 1.78 MB 2,916 64
839,053 839,053 00000000000000000000acea2223489645db5686fe6cd4ce519e6d3e27f8ae7a 1.90 MB 2,635 55
839,052 839,052 0000000000000000000202f72cb73342f7b9c1870e1df8da531cb2e0396e7f6b 1.59 MB 2,582 55
839,051 839,051 00000000000000000002942364ca4a94d20674ed5ef0fa542b4f1fb027e0871d 1.51 MB 2,101 59
839,050 839,050 00000000000000000000ecc427629061ec400978c1742d3ae4c2d57631973f64 1.55 MB 3,441 96
839,049 839,049 00000000000000000002e9dc72506fb7e4245b723a6b84d67b416457a7f35ac0 1.65 MB 3,707 89
839,048 839,048 00000000000000000001b9752032c2216f800616014e0441c28df876dd2370c1 1.88 MB 2,915 55
839,047 839,047 00000000000000000001fb84eafb6f828bec8196af6480d90c531d389319bd3c 2.02 MB 3,043 73
839,046 839,046 0000000000000000000251c96c3a46844c43f6a3f398b2705de19646e341180c 1.74 MB 3,233 57
839,045 839,045 00000000000000000002b63edef9edf44152a386c299982e3d046c88a7f86c5b 1.68 MB 3,744 76
839,044 839,044 000000000000000000021316295d5a84ef37f64a9eda35bc72c5c5f4140973b7 1.61 MB 3,582 114
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,624.61 GB sent, 93.00 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.