Memory Pool Memory Pool Refreshing

1,932 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,929 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (791,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,088 116,088 00000000000003746efbd7a8f0476c2c8f62a7cf062270f5e2c48af58a7fead5 0.00 MB 11 0
116,087 116,087 0000000000009bb8c854e39b3f5c4b051d5219cc1ceaf13c0933433a05ca2a9d 0.00 MB 6 672
116,086 116,086 000000000000bd749b96d83799884d912815ea17133622d86f4fd87b151d9367 0.00 MB 10 0
116,085 116,085 00000000000092a0fefaa84d9b2d44cdb019b3a8427f69f73d1a99ecaf7ec443 0.00 MB 12 624
116,084 116,084 0000000000001082bc662f892e1592d49f7b842184a9d663afbe5ccce2ff74ff 0.00 MB 10 335
116,083 116,083 0000000000008b3c0bb2876b5db510b22758bf5a1c80a5d2f02cc16a233ef65f 0.00 MB 11 612
116,082 116,082 000000000000cbab5f4a0ac3b173c6b1d4382f043f534e8a19a3020f22def82f 0.00 MB 4 2,340
116,081 116,081 000000000000d850f7b3de4c7bd7cf0b1d914771188f280e539bf311f72772c2 0.00 MB 10 335
116,080 116,080 000000000000708985b8df1922835adea7aeaf2fad7fd09288a8da457f47ba2a 0.00 MB 13 528
116,079 116,079 000000000000b275d69cf554e54f16b92e9e3d5f8e955678e74e99fbc8411cd1 0.00 MB 11 289
116,078 116,078 00000000000030dd4c17fd69fc0320c41d0f0f20b8ead2a4626c737fd7924d06 0.01 MB 26 434
116,077 116,077 000000000000c605f3d23d8787b276f2a7fdee73f907f2a4374103233b5f7899 0.00 MB 1 0
116,076 116,076 00000000000080e47d4209f80c65fcfcec306c76d9dc6c932fbee88f89cff97d 0.00 MB 12 1,078
116,075 116,075 000000000000d8f4b1a7c8fd4ac8c40021b45818a2da41d3f7d737e5b097ba5e 0.00 MB 1 0
116,074 116,074 0000000000001c6c339407b42445e8d0a4971071b7d4df9a9fde727579efe8f5 0.00 MB 9 317
116,073 116,073 000000000000691c998bb350e57d4dfff992ca0a32d7cc9dc067cea2bd609057 0.00 MB 1 0
116,072 116,072 00000000000061215ce95d60e3f57cdd27cb743a4dbf9546ad646dd253b55154 0.00 MB 1 0
116,071 116,071 000000000000591b7b53815787e25d10b8aa547314afe745ae3f6a274e88f47f 0.00 MB 5 0
116,070 116,070 0000000000005766d31de220253a4e202071504fdfe213180777ba1623e1bd4c 0.00 MB 7 0
116,069 116,069 00000000000014bc6f49930cde48f1bc8cebf6b0e560ecfc7676166113625bf8 0.00 MB 9 306
116,068 116,068 000000000000a6057f9bebff120f2ec31625adb0969492fb8dcd765c09ba35eb 0.01 MB 11 677
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.47 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.