Memory Pool Memory Pool Refreshing

14,312 transactions
4.54 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (724,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,008 183,008 00000000000007687f1790f5c043dc50acf11eed0b1c224c5e295d5357053c90 0.24 MB 464 133
183,007 183,007 00000000000008a8d682a0748049a20135e24169e9857e5fa1a73adc2c074867 0.25 MB 506 133
183,006 183,006 0000000000000a32201c088f82936f93a48c2304211cb395ea736d107a0fcc9d 0.06 MB 187 993
183,005 183,005 00000000000003c2fc56f313b9a402ab34a8bedefc36471a0114534f70854237 0.21 MB 464 109
183,004 183,004 00000000000004e015fb8f05cba8f9a25d9fa958818b160132038ad717b68b8a 0.17 MB 512 171
183,003 183,003 00000000000008b5155e456c27eb2f51b01232090b35b189f973d37d91a45d90 0.42 MB 1,283 148
183,002 183,002 000000000000088d29b62adce8a47172af35bbac213092cd4d8c5c6eb8eb2309 0.25 MB 671 184
183,001 183,001 0000000000000844473d11e706c94e4dab9190601d2bc9a6ec9fb41118217abe 0.00 MB 1 0
183,000 183,000 00000000000007be8b15bd307b7bc04aa22369e4079c12914a415f6c96ab2844 0.00 MB 7 298
182,999 182,999 00000000000008cb591d75897db76f902de52e3ab40c1f73dc919c4b20c2dce4 0.05 MB 142 116
182,998 182,998 000000000000016c1640a762b6ce063c0e4c4daa83842010389343644226a962 0.02 MB 62 49
182,997 182,997 000000000000095b275d763d829c1a013a2006b5827cf1f0adf9bfbd6bfb4fd7 0.25 MB 781 182
182,996 182,996 000000000000006e094073333f0242eea1da3f5045255ca8cc52f94e63e9c698 0.25 MB 473 116
182,995 182,995 0000000000000692196bb5cbbe0f2f66aed30a6fb212fc325d716b2f7685b40f 0.25 MB 692 156
182,994 182,994 00000000000006ee8830e28f5acbfe1241e410ff236532c189143de90457f84c 0.11 MB 239 92
182,993 182,993 00000000000006c5d7da7a5a0121a54994001b8a7a0e43fcb6bd4cdc9114faab 0.24 MB 745 148
182,992 182,992 0000000000000872b932be3b633ddcb10b728a263af75fa946f174b14590efca 0.25 MB 344 168
182,991 182,991 0000000000000214ad67384fec566f3b7c32d98d167c2f59acf637f71cbbc72e 0.00 MB 10 294
182,990 182,990 000000000000091dd3556ef49c3ab795f0c0b90a88e55ffe65828b9e2e55eab5 0.00 MB 1 0
182,989 182,989 00000000000002c74d4aa7bd316a3587e4f2a191ad325cb4fb9c1276cc5333e1 0.14 MB 349 114
182,988 182,988 00000000000004599d7401c06913f779d6fb13fda92c80ed80d14daac3f41810 0.07 MB 128 103
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.