Memory Pool Memory Pool Refreshing

4,177 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (785,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,058 122,058 00000000000058d0dfbc0aeb6890b46eba617b3589049136fd7ffae2e9d59042 0.01 MB 8 110
122,057 122,057 00000000000089f5e66dd1ef586d53932a2433ff2923ff9e4b9b0cd0933c0f16 0.01 MB 12 158
122,056 122,056 000000000000142bbac4f3d25801dd4b0f2b5cfbe046e51809c2e15bc2a99d94 0.00 MB 1 0
122,055 122,055 0000000000008f1b56333783288095612b7123ba7a5f9281891fd0b2a996aa10 0.01 MB 6 0
122,054 122,054 00000000000088b38b734f8a980464b221abcab538732c4f5996f2679bed67ae 0.00 MB 12 596
122,053 122,053 000000000000935bb39f9f5e9543fb71934482fbf30561486d6b1e3d873d993a 0.01 MB 9 295
122,052 122,052 00000000000027fed5d28d0618a0deb509e4223433011dc2c1b03ec4cbde3b36 0.00 MB 1 0
122,051 122,051 000000000000679c55236c9729ad3ac0d3928f1ba4bb8797a86d03214f6d2812 0.01 MB 12 627
122,050 122,050 0000000000006beabe6200f5574abe226542a7c594ed8f43179e2f73041ab570 0.00 MB 5 0
122,049 122,049 00000000000051febcba6fbac91e5747f5d31f5374b209d898934f0819a46bce 0.00 MB 13 0
122,048 122,048 00000000000056572924929656d37f1706968e02296e77bd5e3eed1bce14c7c8 0.00 MB 11 506
122,047 122,047 0000000000003f6347d6de494b1a446f6bf5286075851d7caebdbb94c1c40c08 0.01 MB 26 714
122,046 122,046 0000000000002df81dd6bb3dd5420a05f3cd9f1d90c4ce20fe6073b655ec4d6d 0.01 MB 9 875
122,045 122,045 00000000000092afe970b811c4a3bb0b4d90181b193c597af646e305ec44ec67 0.00 MB 12 0
122,044 122,044 000000000000271d33b14262e0ff0d4d45c7425cf9ca61da04feb2bb96f2c4a2 0.01 MB 20 1,146
122,043 122,043 0000000000001540f05bf8b89c24bdd395f51cf23b889fff186ac4afa0c9f224 0.01 MB 34 335
122,042 122,042 00000000000084714734c66d52d65c976c183ca61a73d8d095a7ac4d5b76df0d 0.00 MB 1 0
122,041 122,041 0000000000001da44f296ca57fccc669bbd725439ed87890d80e52a7c3f69231 0.01 MB 14 720
122,040 122,040 0000000000006a0c5e883406c1a3349d5dd805c8a959b49fa1499fd525338342 0.00 MB 12 316
122,039 122,039 0000000000007f4250eb9fa6dce709e81bcbfe8b04543dfb86791558b4b4e4b4 0.01 MB 22 637
122,038 122,038 0000000000007084b25cf69fa33c006cfad98e45d363fb42e9bed0a5d0294913 0.01 MB 29 265
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.