Memory Pool Memory Pool Refreshing

131 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (82,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,155 825,155 00000000000000000002828a7dd444d8364b02d02fc61ebf1db41d87b54b721f 1.69 MB 3,540 74
825,154 825,154 000000000000000000020a538162354894638f154b0b0404ecec0944228f213b 1.79 MB 2,999 70
825,153 825,153 00000000000000000002b513b10e133d4a026f355f06882b1c573486b88b9927 1.71 MB 3,128 89
825,152 825,152 000000000000000000017cb18f1e32fb4dbbfb4e65a48d160960b19d15744fdd 1.90 MB 1,835 41
825,151 825,151 00000000000000000001336c708e5ef8e4a604ba9d245cb7cbf5477949215941 1.74 MB 3,569 89
825,150 825,150 00000000000000000000d51014487b97a2cfbfd76cd1c850c5bd65cec125ba20 1.93 MB 2,397 65
825,149 825,149 00000000000000000001aa265be71a0f6d531d0dff9260d7d387cc6c0ea05ca7 1.88 MB 2,603 46
825,148 825,148 00000000000000000003797a31e432e3ed53c01d9c9c1cc894b63c096a87d8d2 1.87 MB 3,506 94
825,147 825,147 0000000000000000000032b64d58435f554662d1bf00724b88d1fd26c56dfa53 1.95 MB 2,595 52
825,146 825,146 000000000000000000016b700794295050cc0bb8ac5827419dfc1662da6dc8a9 1.93 MB 2,577 46
825,145 825,145 00000000000000000003171ebdb7a1094f829a75888e93d375a877ed831e6acf 1.63 MB 2,559 62
825,144 825,144 0000000000000000000017aab8078cdef95a3eae3673a4fe00242f8dad3a12b3 1.70 MB 3,763 115
825,143 825,143 0000000000000000000099d826c30a4f8071ec934d0632b99892ad41ca194344 1.75 MB 3,082 106
825,142 825,142 00000000000000000002289f9a5f728bbf388e88eb1db2ad3f0373ff83b485d0 1.73 MB 3,306 82
825,141 825,141 00000000000000000002a5fcbd95b904ab6ad3a54448390e61bb721786463e73 2.02 MB 2,785 61
825,140 825,140 00000000000000000002d0750a14590931e59964b022e18bed025b2354a40e4e 1.72 MB 3,575 105
825,139 825,139 0000000000000000000275c941ab7708f7efbccc76beb80120d793ac47b6fb06 2.09 MB 3,329 59
825,138 825,138 000000000000000000015a6b2601276e573c16fe226af8bfeeb9785da06a8442 2.09 MB 1,873 33
825,137 825,137 00000000000000000001624bdaa5d71b223e0a7069fa40a3486759b19f349357 2.07 MB 3,208 72
825,136 825,136 000000000000000000005e8995fdc28fc05bdfe5d4a8c276ff57215598cc3b23 1.07 MB 371 32
825,135 825,135 00000000000000000002582fc26c1d8129888a2cead08d2c76d7209776c685ab 1.18 MB 666 34
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.