Memory Pool Memory Pool Refreshing

4,100 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (763,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,032 144,032 00000000000001f2774beffaa4111a46ac4a230cc1a6ac9791c4048738facb4e 0.01 MB 23 201
144,031 144,031 0000000000000224604ae7dbb9b3abb98c2bf04b3c1df36db803d3994a4f1c4e 0.03 MB 66 209
144,030 144,030 00000000000004e8c7346dbf846b4e267dd6c999f5125ae11eeba53cef851c17 0.02 MB 47 454
144,029 144,029 000000000000046e3220cbf4387c42814ddeda8427f785f63b22796cb53e98cf 0.00 MB 1 0
144,028 144,028 00000000000008e4dde859b5b4c263a0c25723afd6b95851795779040e09f9c8 0.02 MB 23 55
144,027 144,027 00000000000005c7b7b7aa303253ff299cc1d9d9e8e8afdee7bc18ebb7006c22 0.02 MB 50 63
144,026 144,026 00000000000008bf2826ec59dcc186a36f734c001b41610f164d0923ce6dcab6 0.04 MB 63 272
144,025 144,025 00000000000003d6c552fedce209d6154f4da8684be6a0503138f8ebdfa655af 0.02 MB 44 137
144,024 144,024 000000000000078145c4fba1b6fed5634f68285db4b3415d3a87a8106a8f185d 0.00 MB 1 0
144,023 144,023 00000000000000ceac3ab1dd7c42cdc61b9b8001eca891e658e3d9f7ac78ac79 0.04 MB 88 145
144,022 144,022 000000000000063fda96ae4d731574e3993670313ac3955078c746f45b0ee490 0.03 MB 77 89
144,021 144,021 000000000000062ff1f02206dfde68d35a3c5d7c1d9f7ef5c283ab0a0bbc9790 0.03 MB 55 35
144,020 144,020 0000000000000141e854a8df93dde102e3efc31f320bd17ed20b0f2f2ee77932 0.02 MB 48 183
144,019 144,019 000000000000013b51a0c5297fcf6c095c57135c5dda214fcded138d874a469e 0.05 MB 103 89
144,018 144,018 000000000000003d3900bb84ad14bf39f0a3276767e15c1edc8b15a87a92b2c9 0.00 MB 9 1,635
144,017 144,017 00000000000005be074a39c8fb6fc8a543eba7b3fa77ed28e3a96089f5dfcebd 0.01 MB 5 38
144,016 144,016 000000000000084113159ee8d9aa670a0f2e308855a16ac035abebce86882345 0.01 MB 43 7
144,015 144,015 000000000000089dfc899dbe6f3e50097a4c92c23da05eb7b9ca8f69abfa006b 0.01 MB 20 10
144,014 144,014 000000000000083a8f73095eb9c06fb5be3065b9123a353b1b6d4ea7e26a2b70 0.02 MB 38 140
144,013 144,013 0000000000000885189919b1367c913901a6fe06f4b14d783af8e1c74fa3f2af 0.02 MB 41 142
144,012 144,012 0000000000000185e9c4f8c2e0b2c2e28da2ea704f3f2b701acacbef17874ba4 0.00 MB 12 33
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.