Memory Pool Memory Pool Refreshing

7,628 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (693,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,767 214,767 000000000000031e1b1d952431fb923353d98a4058d83c17a21cc0a8a96ae7f1 0.01 MB 36 187
214,766 214,766 0000000000000205d8c975c9725aa92ca458dacaf1ce7e278e5324174e651eb9 0.08 MB 211 175
214,765 214,765 00000000000000fda401827bcf0b05e7d1834f273904312b30cd96af43f050c7 0.01 MB 12 83
214,764 214,764 00000000000003c19350005319f5e5356ac6bcfaec6850d7d2354a68f47ab9e1 0.05 MB 111 140
214,763 214,763 0000000000000395578641a4c41e5124d389aaa56925483e273eaea3c05647ac 0.01 MB 11 44
214,762 214,762 00000000000002c56c1e2c989287cbdd8b23d71bc6d27fe0436ca7eda153a0da 0.14 MB 272 151
214,761 214,761 00000000000000ec381c4ccbdf89f12c5e914b1d2adbdfda5e8fe8e7d7c76c09 0.08 MB 198 168
214,760 214,760 00000000000003b5103844df3a717221723c1cca70d73f92124024ceb2c23273 0.07 MB 168 152
214,759 214,759 000000000000020a4fa3005341dfffe8bd4d325525baf6ab3a33d58db14ca28d 0.04 MB 78 110
214,758 214,758 00000000000003081fc48f48e257c6c61290250060ad3a0a58ce4adf0a601ab4 0.10 MB 246 172
214,757 214,757 0000000000000268aec0ec8da9dbde756f0343180c7b3567f58cffd76d1c7c1b 0.08 MB 118 168
214,756 214,756 00000000000005427e61ca63bf68d9566d05a7d92a71d70cb5ceff3ffac39230 0.16 MB 296 152
214,755 214,755 000000000000041c66dff56a8bce4e0f43f473271b4cc4c7294a6a23df75a978 0.18 MB 423 187
214,754 214,754 00000000000005895b4232e70073885fc51ba8558b06e8046aa3609485f9a0e2 0.00 MB 7 60
214,753 214,753 0000000000000238a086192f4b601cff1f9b092e0c268c95fa403963f3c424e2 0.03 MB 61 189
214,752 214,752 0000000000000150e1568eaaa03c17cdcbbac5953522085dbae33e28f82f6a79 0.05 MB 118 84
214,751 214,751 00000000000002dfa0f811d4b987dace7d2cb4e8d0d557b3599d7a175ab36d0e 0.02 MB 17 61
214,750 214,750 00000000000000a1d418aed0342a778b8af7d8329282ca18a73766bba1146954 0.18 MB 325 202
214,749 214,749 000000000000002dbed6c55a431190fcda568042e7ccc567f637fdb674e8df72 0.14 MB 265 153
214,748 214,748 00000000000004befff3c986df11bab719ff5b75edf5e0b2c18419e839c1221b 0.07 MB 128 153
214,747 214,747 00000000000004d2d8518972e428fe479c962d943f4bbc8a36f74cbc5cf5e41c 0.01 MB 15 137
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.78 GB sent, 94.50 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.