Memory Pool Memory Pool Refreshing

5,878 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (74,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,680 833,680 00000000000000000001f5ba85786e410c775ce49ef5d2962282de54522f1f52 1.89 MB 2,151 18
833,679 833,679 00000000000000000001615b3071b558de6bac3157308c4e11b2d2b166a0264f 1.74 MB 1,563 36
833,678 833,678 00000000000000000002e26b0c2db17918318b1204d2ea4afe048881b2a47194 1.69 MB 2,948 23
833,677 833,677 0000000000000000000237e3ff6defdd6c3fb6494417bd4309bb8d057469f642 1.68 MB 2,919 30
833,676 833,676 00000000000000000000255ac8cd7954a084902304f6ca36eed7c304400b7c68 2.02 MB 2,198 15
833,675 833,675 0000000000000000000249e2601d6389d7f4475ef5d0d1bd7fbf0aa35e793d89 1.51 MB 2,358 28
833,674 833,674 00000000000000000000f0ef57fef32b90234abe6cb63ce1d50cb0ed61b01743 1.63 MB 2,152 22
833,673 833,673 0000000000000000000291912c8c15aced924bf7ab2786352d36cb4ce36fa277 1.81 MB 2,724 31
833,672 833,672 00000000000000000002fa756032d4d1a2a250cb71f16a125b39e65af95235c7 1.75 MB 2,547 53
833,671 833,671 0000000000000000000008a02ba4a643c19a0dd9def34cef52f1749124d69c80 2.01 MB 2,136 63
833,670 833,670 00000000000000000002e2c49c24b7aeb59e90357c5124f3d7a1435d6ee26357 2.04 MB 2,045 41
833,669 833,669 000000000000000000013afedeb3e48ffb8faae2fe0960c11d91e690514c5293 2.01 MB 2,468 18
833,668 833,668 00000000000000000002ad60dee1c704f1946d5c3bc28b01719e972acce17019 1.78 MB 3,382 21
833,667 833,667 0000000000000000000170f2213d4be8e1a65aa8bf863811157c733a83eb6b7e 2.00 MB 2,408 15
833,666 833,666 000000000000000000028e34ff39b31aa518437b244f4251094026e6558f32a7 1.75 MB 2,124 19
833,665 833,665 000000000000000000020f320e584ceb11cf45346194d8a3466f4333b51cd410 1.61 MB 2,678 36
833,664 833,664 00000000000000000001ae0611ba729b99d36e3a18594ffa2a038316459d9a99 1.60 MB 2,302 27
833,663 833,663 00000000000000000000a73fc83bd5dc5f5c54890d4b756b048b8f619e703a61 1.62 MB 2,742 38
833,662 833,662 000000000000000000037a809da7024d3026f37c3ab4ffb599aca256c78248ac 1.83 MB 2,173 25
833,661 833,661 000000000000000000013fc1fabc12c71a6903e0e332d177cedef129b1351082 1.57 MB 2,686 39
833,660 833,660 00000000000000000002ebd245ef821fcf376a6b02a1d300c23eefc556461f7a 1.71 MB 2,631 23
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.