Memory Pool Memory Pool Refreshing

8,425 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,701 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (686,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,431 221,431 000000000000030c653b3b062f45a6eb4ceb54aa28c2e1c0c867cfaf5f22f1c4 0.22 MB 517 198
221,430 221,430 000000000000042d3ac89d0d6ea2b2d367a1571e3bada7f29047a38656d51c1d 0.05 MB 115 99
221,429 221,429 0000000000000284a3278db5200e8b26287f73fbf77701c56a0e6fb50a35d417 0.23 MB 616 224
221,428 221,428 0000000000000143a8c28a8df21fb339d4b5c88d318c1d8d1cfeeebec9b83274 0.14 MB 179 57
221,427 221,427 00000000000001ca227aed5811ad75974e4508e4b549c463147e43a903f50dbb 0.20 MB 502 212
221,426 221,426 000000000000014af62fe06f111feb6c21cd6ceb08de6654aae885d7afe7bea2 0.23 MB 522 173
221,425 221,425 00000000000004db14ff233c9102aad3bf05e7b306e50d7366f56e3d792de53a 0.17 MB 317 111
221,424 221,424 000000000000018b4ee5c917a392438036dbd95db56bacb1f6485d78f022e252 0.25 MB 608 188
221,423 221,423 00000000000003f8a9173423ca48d7fb7e9a775a4a079948c458dd38d9e7f114 0.00 MB 11 250
221,422 221,422 0000000000000332bc56e6225083ddd01a6832a9ae43740cf2b45b95dbb6a569 0.00 MB 8 138
221,421 221,421 00000000000001dfc12d4333a3712a78afd1b3f4d80f8f16886bcc972018d095 0.15 MB 299 157
221,420 221,420 00000000000001784b0a23fd26697b80cfee219202523d8edac02fce9e8a4acb 0.07 MB 218 4
221,419 221,419 0000000000000390f3962a6c4816935611122e910e5a287250e196fbcb5f0fa7 0.10 MB 234 171
221,418 221,418 0000000000000155f54f1018f5d7213356548fad1dcb4362f74d0ed86a2c7861 0.00 MB 8 59
221,417 221,417 00000000000001aefc163706dc3457d4ef72a691e064f1a66cd9c94d8c0d3b3b 0.12 MB 219 134
221,416 221,416 0000000000000194aca3203c2e521d1402a2bf270a0859df24499ecf8a55114f 0.25 MB 631 207
221,415 221,415 00000000000002b6e7f592fb7beeb03d11e187b79346c5801df75c0dca24d922 0.14 MB 341 228
221,414 221,414 000000000000023ef361de3b9959dfcdab816ab5d1dd4c3036b4f0b37e82525c 0.06 MB 97 136
221,413 221,413 000000000000043a55398d2d0feaf9e184837af84c9e4377ea9b8be6467299e4 0.22 MB 485 185
221,412 221,412 000000000000032b43983f666354aea0f7f9749b1368f19aeb6d20927955b63b 0.12 MB 132 85
221,411 221,411 000000000000016c060603ebc84b1a45ba768d4c261ad3c51831680180bcd7c7 0.25 MB 641 213
Previous 10 blocks ↓
Total Size: 768.92 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,603.53 GB sent, 92.35 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.