Memory Pool Memory Pool Refreshing

5,084 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,194 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (34,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,052 873,052 00000000000000000000b7a2cb24640ccf0b241a87ec58d9f1cf3ae3c624b0f2 1.23 MB 1,353 7
873,051 873,051 0000000000000000000127e35daba415826cde1c1a6fc3ba1057f3f2fc49aac7 1.29 MB 1,698 7
873,050 873,050 000000000000000000016fe9ed071a83060bce1ae1ccd38db5fce4452967a60f 1.29 MB 1,226 9
873,049 873,049 0000000000000000000072975d011b1c1d9be8c39d93ab8a004859a86d86ae13 1.50 MB 3,090 11
873,048 873,048 0000000000000000000193faa1df3e8c1a74263c8ad9b811fa11c1fd5360a32b 1.24 MB 1,480 8
873,047 873,047 0000000000000000000128505386de3b7ad0b8c271d67e57cd0bd252f73bb42b 1.29 MB 1,796 9
873,046 873,046 000000000000000000020c939bdcb2cd9f5b87dfb6a38ddbd6f043cf9dc96d2a 1.31 MB 1,288 9
873,045 873,045 00000000000000000001d254532fd99c7fec74e7816f420dc239270b78a96924 1.20 MB 929 8
873,044 873,044 0000000000000000000259967523a4528101ecfa3bf45497894bccb6c8267f8a 1.57 MB 2,482 11
873,043 873,043 000000000000000000008c97fa4365b386b407efc287eb927535587ea1504379 1.44 MB 1,353 8
873,042 873,042 00000000000000000002a417357294e8829fa482a5e0eda7bd3c3010c1c2c6ee 1.45 MB 2,282 10
873,041 873,041 00000000000000000000676ed549ff106c27554d537acb01311f35f6d160a7f3 1.28 MB 1,585 10
873,040 873,040 00000000000000000002b131223df61f2e97465cc9728afb9ee2db030eb7932b 1.38 MB 1,960 10
873,039 873,039 00000000000000000000987cbc4e1728b6e383da17898f8ac286df8c510ab88a 1.41 MB 2,487 8
873,038 873,038 0000000000000000000097c0899196f7f317a34fe4715da1b0c816cc455c706b 1.21 MB 860 7
873,037 873,037 0000000000000000000281b0e46d6d32477188c5c27f481c06b4dad1033839db 1.27 MB 1,606 8
873,036 873,036 00000000000000000000aae17ef07dd668b50f4dc67d8f82dc5d76220d070481 1.60 MB 3,270 8
873,035 873,035 00000000000000000001418cdf104053d8eec3e2dfdfe497f9a562b549f13241 1.60 MB 2,701 9
873,034 873,034 00000000000000000000273a94163aa78cf097f795710b0940e221d9878c4e56 1.65 MB 3,178 8
873,033 873,033 000000000000000000015e190ee31a77fee6be488865586cade04ab8bfc24958 1.69 MB 4,169 10
873,032 873,032 000000000000000000025df604ed8ecec2acfebebcb1fd971dddc6b159677a59 1.75 MB 3,364 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.50 GB sent, 92.73 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.